summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* update version number to 2.6.0-preWill Estes2014-06-12
|
* Add tools/ directory.Will Estes2014-02-16
| | | | | Since tools/git2cl is a dependency of ChangeLog, not distributing tools/git2cl with flex causes the "make dist" target to fail in the distributed tar ball.
* move flex program sources into src/ directoryWill Estes2014-02-16
| | | | | | The *.[chly] sources are now in the src directory. This implies a bunch of changes in Makefile.am and friends to account for the new location. The .gitignore files are now more local to places where various object files and generated source files occur.
* increment flex version to 2.6.0Will Estes2014-02-16
|
* bump AM_GNU_GETTEXT_VERSION to 0.18.1Will Estes2014-02-13
|
* removed tools/ subdirectory from distributionWill Estes2014-02-13
| | | | | Since it is not possible to rebuild the ChangeLog file without being in a git working directory of flex, distributing the tools directory is misleading. In particular, git2cl will always fail.
* use gnu automake option instead of gnits optionWill Estes2014-02-11
|
* increment version to 2.5.38Will Estes2014-02-10
|
* Adjust yylineno properly when rewinding trailing contexts.Till Varoquaux2013-07-02
|
* add version information to shared libraryChristoph Junghans2012-12-08
| | | | Signed-off-by: Will Estes <westes575@gmail.com>
* Build libfl and libcompat using libtool; resolves #3586814Christoph Junghans2012-12-06
| | | | Signed-off-by: Will Estes <westes575@gmail.com>
* add dist-xz to automake options; resolves #3561837Will Estes2012-08-26
|
* require gettext 0.18; force autoreconf in autogen.sh; resolves #3561759Will Estes2012-08-26
| | | | | | | | | Autoconf had trouble finding the shared libraries for gettext. Using gettext 0.18 fixes that. When updating the gettext version number, autoreconf could fail to update files, since autopoint would assume the gettext-related files had been locally modified. Passing --force prevents that from happening.
* rename configure.in to configure.ac to prep for upcoming automake changesWill Estes2012-08-06