summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
2019-12-19Merge branch 'libarchive' of https://github.com/yorickvP/nixEelco Dolstra
2019-12-13Initial gzip supportTom Bereknyei
2019-12-09downgrade required libarchive version (ubuntu 16.04)Yorick van Pelt
2019-12-07libarchive proof of conceptYorick van Pelt
2019-12-02Merge branch 'pkg-config-static' of https://github.com/matthewbauer/nixEelco Dolstra
2019-11-26Clean up the configure scriptEelco Dolstra
2019-11-07Revert "autoconf: Allow overriding CFLAGS/CXXFLAGS from outside."Eelco Dolstra
2019-11-07Precompile headersEelco Dolstra
2019-11-06Make --enable-gc the defaultEelco Dolstra
2019-11-01Pass --static flag to pkg-config when necessaryMatthew Bauer
2019-10-01Use more robust test for libatomicsMatthew Bauer
2019-10-01Add libatomic for 32-bit ARMMatthew Bauer
2019-07-05Revert 82b7f0e840983879a510245903ff7c917276f65d, cd8bc06e8786018ddb16cea4cb10...Eelco Dolstra
2019-07-03autoconf: Implement release tarball detection. Fixes #257.Niklas Hambüchen
2019-07-03autoconf: Add comment on use of `false`.Niklas Hambüchen
2019-07-03autoconf: Check if --nonet works. Fixes #967 #506.Niklas Hambüchen
2019-07-03Get BOOST_LDFLAGS from autoconf, fix Ubuntu 16.04 build.Niklas Hambüchen
2019-07-03autoconf: Allow overriding CFLAGS/CXXFLAGS from outside.Niklas Hambüchen
2019-07-03autoconf: Fix AC_STRUCT_DIRENT_D_TYPE being used before AC_PROG_CC.Niklas Hambüchen
2019-07-03autoconf: Fix C++17 detection not working on Ubuntu 16.04.Niklas Hambüchen
2019-07-03autoconf: Work around editline not being found on Ubuntu 16.04.Niklas Hambüchen
2019-07-03autoconf: Detect boost, require version, set CXXFLAGS.Niklas Hambüchen
2019-07-03autoconf: Change quotes in description.Niklas Hambüchen
2019-03-25configure.ac: update for new version file locationWill Dietz
2019-03-10require c++ 17Guillaume Maudoux
2019-02-13Support --disable-shared flag.Matthew Bauer
2019-01-10Revert "Remove some bashisms from configure.ac"Eelco Dolstra
2019-01-10Revert "Escape square brackets in configure.ac"Eelco Dolstra
2019-01-09Escape square brackets in configure.acMateusz Piotrowski
2019-01-07Merge pull request #2607 from 0mp/configure.ac-fixEelco Dolstra
2019-01-07Don't look for a "pv" program, or mention it in the manual sourceJohn Ericson
2019-01-05brotli is only used as a library nowJohn Ericson
2019-01-05Remove dead code computing `dynlib_suffix` from comfigure.acJohn Ericson
2018-12-30Remove some bashisms from configure.acMateusz Piotrowski
2018-10-29editline: wipWill Dietz
2018-09-03docs: change expired bzip2.org to archive.orgVladimír Čunát
2018-08-20Drop all references to --disable-init-stateTuomas Tynkkynen
2018-08-06Require libbrotliEelco Dolstra
2018-04-06Use $CPPFLAGS when detecting version of aws-sdk-cppAndrew Dunham
2018-03-20ask autotools for c++14 support flags, not c++11; don't override laterWill Dietz
2018-02-19configure.ac: define HAVE_SECCOMP macro when using seccomp, fix build/testsWill Dietz
2018-02-19Merge pull request #1857 from dtzWill/fix/check-for-lzma-mtEelco Dolstra
2018-02-18configure: Add a flag to disable seccomp.Shea Levy
2018-02-09configure.ac: check if lzma has MT support, fix deb build/etc.Will Dietz
2018-01-29configure: Use $CPP instead of cpp directlyBen Gamari
2017-12-30use libbrotli directly when availableWill Dietz
2017-12-22Check aws-sdk-cpp versionEelco Dolstra
2017-05-29Add a seccomp filter to prevent creating setuid/setgid binariesEelco Dolstra
2017-05-15Add --with-sandbox-shell configure flagEelco Dolstra
2017-05-10Replace readline by linenoiseEelco Dolstra