summaryrefslogtreecommitdiffstats
path: root/setup.sh
AgeCommit message (Collapse)Author
2015-10-22Remove setup.sh (fix #993)Nicolas Williams
2015-07-24Update setup.sh scriptDavid Tolnay
Adjust what gets cleaned up now that ChangeLog and config/.gitignore are checked into the repo, and skip install and distcheck steps.
2015-02-15Add --disable-maintainer-mode; make bison optionalNicolas Williams
Also flex is now optional. The outputs of flex and bison are now committed. By default they get built, but users who want to build from git can now ./configure --disable-maintainer-mode to turn off the dependency on bison and flex. Maintainers must, of course, commit the bison and/or flex outputs when they make changes to parser.y and/or lexer.l, respectively.
2014-04-16Add autoconf checks for pthreads; fix #340Nicolas Williams
2013-12-31Fix version for make dist on masterNicolas Williams
- Re-remove VERSION file and all traces of it - Pass a decent version indicator to AC_INIT (using git describe) When we tag 1.4 this will produce 1.4 as the version string when building on the HEAD of that tag.
2013-06-23Move libtool m4 junk to config/ and delete some autogenerated files.Stephen Dolan
2013-06-21Add libjq autoconf gooNicolas Williams
2013-06-21Quiet setup.sh re: tmp dirNicolas Williams
2013-05-08Clean up autotools config.Stephen Dolan
Remove some of @stagrlee's hard work since jq's testsuite is less silly than when he wrote the autotools config.
2013-02-03rework build to not distribute tests unless --enable-devel is specificied to ↵Lee Thompson
autoconf
2013-02-02merging upstream stedolan changesLee Thompson
2012-12-04get testing working in autoconfLee 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