summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Always enable “more warnings” in dev modeJoel Rosdahl2018-10-241-7/+15
* Sort listJoel Rosdahl2018-10-211-2/+2
* Add -Wno-implicit-fallthrough for zlib build in non-dev mode as wellJoel Rosdahl2018-10-151-11/+11
* Default to silent make rules unconditionallyJoel Rosdahl2018-10-141-10/+0
* Add configure option for silent make rulesAnders F Björklund2018-10-141-0/+10
* Pass -Wno-implicit-fallthrough when compiling bundled zlibJoel Rosdahl2018-10-131-5/+5
* Minor fixes for cygwin/msys2Rafael Kitover2018-10-131-0/+12
* Merge remote-tracking branch 'afbjorklund/everything'Joel Rosdahl2018-10-021-5/+39
|\
| * Make configure work with older clang versionsAnders F Björklund2018-09-161-0/+2
| * Add option for enabling more compiler warningsAnders F Björklund2018-09-161-0/+13
| * Add configure support for detecting clangAnders F Björklund2018-09-161-2/+5
| * Add missing extern prototypes, or make staticAnders F Björklund2018-09-161-2/+2
| * Don't use reserved id macros in the headersAnders F Björklund2018-09-161-1/+12
| * Only compile getopt_long.c when neededAnders F Björklund2018-09-161-0/+5
* | Fix configure arg --without-bundled-zlibRafael Kitover2018-10-021-2/+7
|/
* Add configure option to disable man pagesAnders F Björklund2018-08-081-0/+8
* Clean upJoel Rosdahl2018-03-111-7/+4
* Support out-of-source buildsAnders F Björklund2018-03-111-3/+5
* Fix paths to bundled zlibJoel Rosdahl2018-02-251-2/+2
* Fix printing of version number in “ccache --version”Joel Rosdahl2018-02-111-1/+1
* Rearrange files into suitable subdirectories, e.g. src and docJoel Rosdahl2018-02-071-4/+4
* test: Rearrange files into test and unittest directoriesJoel Rosdahl2018-01-291-3/+3
* Prefer bash, when running test.sh scriptAnders F Björklund2018-01-291-0/+3
* Include feature_macros earlier in configure.acJoel Rosdahl2017-02-121-2/+2
* c99: Check for and require a C99-compatible compilerJoel Rosdahl2016-07-221-2/+5
* Add compat version of GetFinalPathNameByHandleAnders Björklund2016-03-041-0/+1
* Minor improvements to Windows supportVadim Petrochenkov2015-09-131-1/+1
* Remove unnecessary extra_cppflags, extra_ldflags and all_ldflags variablesJoel Rosdahl2015-08-291-6/+3
* Fix regression in recent change related to zlib in nonstandard locationJoel Rosdahl2015-08-171-1/+1
* Support external zlib in nonstandard directoryJoel Rosdahl2015-06-011-1/+1
* Link with -lws2_32 on WindowsJoel Rosdahl2015-01-281-0/+6
* Speed up copy4 and copy64 on little-endian systemsAndrew Stubbs2013-01-011-0/+2
* Fix developer mode detectionJoel Rosdahl2012-09-231-3/+7
* Find test case files in out-of-source-dir builds as wellJoel Rosdahl2012-09-221-1/+1
* Don't make -lz an explicit dependency if there is a system zlibJoel Rosdahl2012-09-131-1/+1
* Reorder build options to guarantee usage of bundled zlib headers and librariesJoel Rosdahl2012-08-071-4/+8
* Add --with-bundled-zlib configure optionJoel Rosdahl2012-08-071-20/+30
* Merge branch 'maint'Joel Rosdahl2012-08-071-1/+1
|\
| * make git version macro work if compiled outside of src dirPatrick von Reth2012-08-071-1/+1
* | Require Windows Vista or later for win32 buildsJoel Rosdahl2012-08-011-0/+8
* | Ignore git's merge conflict files when finding unit testsJoel Rosdahl2012-07-281-4/+1
* | Introduce x_unsetenv for increased portabilityJoel Rosdahl2012-03-051-0/+1
* | test: Use an int64_t variant of CHECK_INT_EQ for all integer typesJoel Rosdahl2011-07-261-0/+2
* | Merge branch 'maint'Joel Rosdahl2011-05-211-0/+3
|\ \ | |/
| * Only link with -lm if neededJoel Rosdahl2011-05-211-0/+3
* | Merge branch 'maint'Joel Rosdahl2010-11-221-32/+6
|\ \ | |/
| * portability: Add Holger Weiß's improved snprintf replacementJoel Rosdahl2010-11-221-32/+6
* | Add strtok_r() replacement using strtok()Ramiro Polla2010-09-271-0/+1
|/
* Check $AR when detecting ar as this seems to be the official wayJoel Rosdahl2010-09-221-1/+1
* Add autoconf check and workaround for stdbool.hJoel Rosdahl2010-08-291-0/+1