summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Run native binary via help2mandebian/2.6.0-8Manoj Srivastava2016-02-16
| | | | | | | | Bug fix: "runs host arch binaries during build via help2man", thanks to Helmut Grohne. The change from the previous patch is that the flex binary now is created in ./src/ (Closes: #762180). Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* Honour nockeck in DEB_BUILD_OPTIONSManoj Srivastava2016-02-16
| | | | | | | | | Bug fix: "flex FTCBFS: runs tests even when DEB_BUILD_OPTIONS contains nocheck", thanks to Helmut Grohne. Added an AM_CONDITIONAL that tests DEB_BUILD_OPTIONS in configure.ac, and use that in tests/Makefile.am. Seems to work fine. (Closes: #812659). Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* revert previous changesdebian/2.6.0-3Manoj Srivastava2016-01-25
| | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* Changes to let flex crosscompiledebian/2.6.0-2Manoj Srivastava2016-01-25
| | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* Declared version 2.6.0Will Estes2015-11-17
|
* Declared version 2.6.0rc1Will Estes2015-11-13
|
* initialize libtool earlier in build system generationWill Estes2015-07-15
|
* added back call to AC_CONFIG_AUX_DIR.Will Estes2014-11-14
| | | | | | In an effort to reduce top level directory clutter, reintroduced the call to AC_CONFIG_AUX_DIR. Moved the call to LT_INIT to after that call so configure will be able to find its files.
* use automake conditional around pthread testWill Estes2014-11-12
|
* upgrade automake version to 1.14.1Will Estes2014-11-12
| | | | | | | Unfortunately, automake 1.14.1 does not play nicely with AC_CONFIG_AUX_DIR, so upgrading the used automake version required removing the build-aux directory and letting autoconf's installed helper files live more over the tree.
* update gettext version to 0.19Will Estes2014-11-12
|
* call LT_INIT earlier in configure.acWill Estes2014-11-12
|
* remove old tests/ subdirectories from build systemWill Estes2014-11-12
|
* add parallel test suite option to build systemWill Estes2014-11-12
|
* 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