summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
2015-06-27add configure option to run tests without valgrindDavid Tolnay
2015-06-18Add alloca() discovery to configure.acDoug Luce
2015-05-25Add ./configure --enable-all-static insteadNicolas Williams
2015-05-25Always add -all-static when --enable-staticNicolas Williams
2015-05-18Add -all-static when --enable-staticNicolas Williams
2015-05-11Add error injection libraryNicolas Williams
2015-03-09Add more date builtinsNicolas Williams
2015-03-06Add date builtins (fix #364)Nicolas Williams
2015-02-18Correct automake and autoconf version requirementsStefan Seemayer
2015-02-17Mention --disable-maintainer-mode in bison errorNicolas Williams
2015-02-16Fix oniguruma detection logicSebastian Freundt
2015-02-15Add --disable-maintainer-mode; make bison optionalNicolas Williams
2015-02-15Make Oniguruma/regexp optionalNicolas Williams
2015-01-01Add mkstemp() for mingw buildNicolas Williams
2014-08-06Actually check version for bison.William Langford
2014-07-22Added library system with -l, -L, and JQ_LIBRARY_PATHWilliam Langford
2014-06-18Added regex support as per issue #164.William Langford
2014-06-16No args default w/ tty stdout, not tty stdin #220Nicolas Williams
2014-06-11Detect endianness at configuration with Autoconf AC_C_BIGENDIAN featureKim De Mey
2014-06-08Also fix configure.ac to use git describe --tagsNicolas Williams
2014-04-17Make pthread tls configurable for Mingw buildNicolas Williams
2014-04-16Add autoconf checks for pthreads; fix #340Nicolas Williams
2014-01-25work with newer versions of automakepolyester
2014-01-01Fix #201; check that bison accepts --warningsNicolas Williams
2013-12-31Fix version for make dist on masterNicolas Williams
2013-09-14Merge branch 'libjq'Stephen Dolan
2013-09-01Call AM_INIT_AUTOMAKE once onlyAnkur
2013-06-23Use libtool's built-in symbol exporting rather than a mapfile.Stephen Dolan
2013-06-23Move libtool m4 junk to config/ and delete some autogenerated files.Stephen Dolan
2013-06-23Remove Autoconf-generated config.h.Stephen Dolan
2013-06-21Add libjq autoconf gooNicolas Williams
2013-06-05Speed up cached configure (./configure -C)Stephen Dolan
2013-05-19jq 1.3 releasejq-1.3Stephen Dolan
2013-05-09Add some build instructions for how to install doc dependencies.Stephen Dolan
2013-05-09Don't build the manpage unless there's a working Ruby setup.Stephen Dolan
2013-05-09Autotools hackery so that "make dist" builds lexer and parser.Stephen Dolan
2013-05-08Use the version number from configure.ac in the website.Stephen Dolan
2013-05-08Configure whether colour is displayed by default directly in sourceStephen Dolan
2013-05-08Check in a pile of Autotools junk, including the configure script.Stephen Dolan
2013-05-08Clean up autotools config.Stephen Dolan
2013-02-03rework build to not distribute tests unless --enable-devel is specificied to ...Lee Thompson
2013-02-03use AM_SILENT_RULESLee Thompson
2012-11-28revert back to make invoking flex, fix a few bugsLee Thompson
2012-11-27initial attempt at autoconf implementation, removed all generated code from gitLee Thompson