summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* configure: log libpng-config details and fix libs setupMike Frysinger2013-06-201-1/+3
* typo in 5b96783Remi Collet2013-06-141-1/+1
* Also check for libvpx pkg-config module if vpx module is not foundOndřej Surý2013-06-141-4/+7
* Release 2.1.0RC2gd-2.1.0-rc2Ondřej Surý2013-06-071-1/+1
* Enable dist-bzip2 and dist-xz in AUTOMAKE optionsOndřej Surý2013-06-071-1/+1
* Bump version to 2.1.0-rc1gd-2.1.0-rc1Ondřej Surý2013-05-241-1/+1
* Switch to AC_PROG_CC_STDC, we should have C99 support when using autoconf (th...Ondřej Surý2013-05-221-1/+1
* Make the pkg-config support simplerOndřej Surý2013-05-211-23/+45
* Add pkg-config support for vpx, tiff-4, fontconfig and Xpm libraries.Ondřej Surý2013-05-211-57/+171
* Define version just once using m4_define and bump version to 2.1.0-alpha1gd-2.1.0-alpha1Ondřej Surý2013-05-131-6/+18
* autotools: build DLLs on Windows (win32-dll libtool option)Marcin Wojdyr2013-05-101-13/+1
* Fix MinGW build (Courtesy of Mike Frysinger) (fixes #53)Ondřej Surý2013-05-021-1/+1
* Define BGDWIN32 on MinGW when using autotoolsOndřej Surý2013-04-231-0/+6
* Disable warning when PNG support is disabledOndřej Surý2013-04-221-5/+3
* Make test build more resilient to top_builddir changesOndřej Surý2013-04-221-1/+1
* Build and check all tests from tests/ subdirectory in the make check targetOndřej Surý2013-04-221-3/+8
* fix typoTakeshi Abe2013-04-221-1/+1
* add AM_CONDITIONAL to freetypePierre Joye2013-04-211-0/+1
* drop useless GDLIBNAMETakeshi Abe2013-04-201-2/+0
* skip certain programs when png/zlib are not availableMike Frysinger2013-04-161-0/+2
* stub out AM_ICONV if it is not availableMike Frysinger2013-04-161-0/+2
* add a --with-zlib flag to control -lz usageMike Frysinger2013-04-161-4/+11
* use pkg-config for png/freetype by defaultMike Frysinger2013-04-161-118/+63
* call AM_PROG_AR with newer automakeMike Frysinger2013-04-161-0/+4
* drop AM_PROG_CC_STDCMike Frysinger2013-04-161-1/+0
* change AC_CANONICAL_TARGET -> AC_CANONICAL_HOSTMike Frysinger2013-04-161-1/+1
* Fix another vpx->tiff cut&paste errorOndřej Surý2013-04-141-4/+4
* Add initial support for pkgconfigOndřej Surý2013-04-141-1/+2
* Remove unneeded -lX11 when linking with -lXpmOndřej Surý2013-04-141-3/+2
* Export only declared symbols and also bump SONAME to 3Ondřej Surý2013-04-121-19/+16
* Print correct pthreads variableOndřej Surý2013-04-121-1/+1
* fix issues tracker URLPierre Joye2013-04-121-1/+1
* Lower required autoconf version to 2.54Ondřej Surý2013-04-081-1/+1
* Set correct CURRENT:REVISION:AGE to end up with libgd.so.2.1.0Ondřej Surý2013-04-081-2/+2
* Export CURRENT:REVISION:AGE variablesOndřej Surý2013-04-081-5/+7
* Update library version information according to http://www.gnu.org/software/l...Ondřej Surý2013-04-081-0/+7
* Fix typo in configure.ac - second VPX is in fact TIFF libraryOndřej Surý2013-04-081-1/+1
* Merge outstanding autotools changesOndřej Surý2013-04-081-5/+8
* add tiff to autoconf build scriptsPierre Joye2013-04-071-0/+26
* detect vpx libraryPierre Joye2013-04-071-0/+21
* Fix build with autotools.Vincent Bernat2013-04-071-0/+300