summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* removed output-beautification of YACC and INDENTSimon Sobisch2023-03-011-6/+2
* remove hard-wired bison lookup, check for "GNU Bison" in $YACC's version outp...Simon Sobisch2023-03-011-11/+23
* Merge pull request #399 from Explorer09/autotools-versionWill Estes2023-01-151-3/+20
|\
| * build: correct and document minimum Autotools reqirement in configure.acExplorer092018-10-251-3/+20
* | Remove manual m4 search code. No more stat() dependency.Explorer092021-06-071-1/+1
|/
* build: Move dnl comments out of AC_CHECK_FUNCSExplorer092018-02-281-16/+13
* build: AC_USE_SYSTEM_EXTENSIONS in configure.ac.Explorer092017-09-041-0/+2
* Move libfl.pc.in to src subdirectory.Explorer092017-08-271-1/+1
* Create libfl.pc target for pkgconfigTyler Slabinski2017-08-241-0/+4
* build: require automake, gettext versions as per maintainer dev setupWill Estes2017-07-131-2/+2
* build: remove automake check-newsWill Estes2017-05-191-1/+1
* scanner: Use reallocarr() when available.Thomas Klausner2017-05-191-0/+1
* build: do not generate lib/Makefile.in.Explorer092017-05-031-1/+0
* build: use lowest versions for gettext, automake.Simon Sobisch2017-05-021-2/+2
* build: list earliest useable versions for automakeSimon Sobisch2017-05-021-1/+1
* build: support cross compiling.Alastair Hughes2017-02-231-0/+3
* build: Include <strings.h>; add strcasecmp() check to configure.Explorer092017-02-171-1/+2
* build: Let configure error if missing required functions, headers..Explorer092017-02-171-7/+14
* test: skip pthread test when needed files missing.Explorer092017-02-161-5/+5
* build: remove repeated bison detection from configure.Explorer092017-01-251-6/+5
* build: detect overflow for [re]allocate_array.Explorer092017-01-241-1/+1
* doc: v2.6.4Will Estes2017-01-231-1/+1
* build: Simplify indent program detectionExplorer092017-01-121-13/+7
* build: New configure option '--disable-bootstrap'.Explorer092016-12-291-0/+9
* build: allow building libfl even with --disable-libfl.Explorer092016-12-291-2/+2
* build: warn about cross compiling with *allocExplorer092016-11-241-0/+6
* build: Link $(LIBOBJS) from src/ dir, remove libcompat.la.Explorer092016-11-241-1/+1
* build: Add --disable-libfl configure option.Explorer092016-11-141-0/+6
* Fix unportable test(1) operator.Thomas Klausner2016-11-061-1/+1
* build: fix false negatives for help2man and texi2dviAlastair Hughes2016-10-291-3/+3
* build: version 2.6.3 beginsWill Estes2016-10-251-1/+1
* build: switch xz to lzipWill Estes2016-10-241-1/+1
* build: for automake, flex is foreignWill Estes2016-10-191-1/+1
* configure option `--enable-warnings' and `WARNINGFLAGS'rlar2016-03-311-0/+12
* mention v2.6.2; summarize changes since 2.6.1Will Estes2016-03-181-1/+1
* Suppress portability warnings in Makefile generationRobert Larice2016-03-161-1/+1
* build: Removed bzip2 distribiution archiveWill Estes2016-02-271-1/+1
* removed obsolete program checkWill Estes2016-02-271-1/+0
* Made some program checks more robustWill Estes2016-02-271-11/+9
* Removed no longer needed header checksWill Estes2015-12-271-3/+1
* Checked for reallocarray() with AC_REPLACE_FUNCSWill Estes2015-12-271-4/+1
* build: reformatted AC_CHECK_FUNCS for readabilityWill Estes2015-12-191-1/+9
* configure: fixed realloc test.Mike Frysinger2015-12-131-1/+1
* Added new function reallocarray.Michael McConville2015-12-121-1/+6
* Mentioned v2.6.1; documented some changes since v2.6.0Will Estes2015-12-111-1/+1
* Checked for ranlib and strdup() at configure timeWill Estes2015-12-091-2/+3
* Checked for (g)texi2dvi. Better bison, help2man checks.Mightyjo2015-12-031-2/+17
* updated syntax of AC_INIT call as per autoupdateWill Estes2015-11-211-2/+1
* Declared version 2.6.0v2.6.0Will Estes2015-11-171-1/+1
* Declared version 2.6.0rc1Will Estes2015-11-131-1/+1