summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put feature macro configuration stuff in a separate fileJoel Rosdahl2010-07-181-144/+1
* Let configure figure out which test suites to includeJoel Rosdahl2010-07-171-0/+7
* Link test/main with local zlib if neededJoel Rosdahl2010-07-161-6/+8
* Use tcgetattr() instead of ioctl() for portabilityJoel Rosdahl2010-07-161-1/+1
* Merge branch 'unittest'Joel Rosdahl2010-07-161-1/+2
|\
| * Add framework for tests written in CJoel Rosdahl2010-07-161-1/+2
* | Introduce and use x_fmmap() and x_munmap()Ramiro Polla2010-07-161-1/+1
|/
* Disable developer mode on the build farm since it may use non-GNU makeJoel Rosdahl2010-07-141-1/+1
* Get rid of configure-dev; dev mode is given by dev.mk.in presenceJoel Rosdahl2010-07-141-15/+13
* Compile getopt_long() conditionallyRamiro Polla2010-06-251-0/+1
* Support running configure in non-dev-mode in a git-less dev environmentJoel Rosdahl2010-06-151-0/+3
* Only create version.c in configure when dev mode is enabledJoel Rosdahl2010-06-151-3/+6
* Improve formatting of git revision infoJoel Rosdahl2010-06-101-1/+1
* Include git revision info in version numberJoel Rosdahl2010-06-091-0/+3
* Include stdio.h when checking for vsnprintf supportJoel Rosdahl2010-05-301-0/+1
* Feature macro portability magic borrowed from Python's configure.inJoel Rosdahl2010-05-301-9/+151
* Potential Solaris build fixJoel Rosdahl2010-05-251-1/+1
* Prefix each log row with a timestampJoel Rosdahl2010-05-101-0/+1
* Sort functions in configure.acJoel Rosdahl2010-04-051-2/+10
* Portability: Check for "extern inline" supportJoel Rosdahl2010-02-281-0/+19
* Portability: Use AC_C_INLINE to check for availability of the inline keywordJoel Rosdahl2010-02-281-0/+2
* Portability: don't require GNU makeJoel Rosdahl2010-02-261-18/+8
* Bundle (a subset of) zlib 1.2.3 for portabilityJoel Rosdahl2010-02-251-9/+33