summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* make gd/gd2 image formats optional #428Mike Frysinger2018-01-301-0/+16
* Fix typoChristoph M. Becker2017-08-011-1/+1
* cmake: add soname info to libgd.soMike Frysinger2016-11-101-14/+11
* configure: only enable -Werror by default in git builds #339Mike Frysinger2016-11-101-1/+2
* gdlib-config: punt!Mike Frysinger2016-10-061-8/+0
* tests: drop test_config.hMike Frysinger2016-07-211-1/+0
* Add complex text layout supportKhalid Alqassabi2016-06-301-0/+9
* configure: build with -Wall by defaultMike Frysinger2016-06-031-0/+3
* libtool: rework revision to fix OS X breakageMike Frysinger2016-05-211-1/+6
* dist: drop bzip2 tarballMike Frysinger2016-05-191-1/+1
* libtool: set revision based on package versionMike Frysinger2016-05-191-1/+4
* libimagequant: fix integrationMike Frysinger2016-05-181-2/+17
* build: fix GDLIB_REVISION collisionMike Frysinger2016-05-181-6/+6
* configure/cmake: unify header checks and config.h generationMike Frysinger2016-05-171-1/+15
* configure: enable -Werror by default when availableMike Frysinger2016-05-131-0/+7
* configure: unify library testsMike Frysinger2015-11-231-277/+132
* configure: require autoconf-2.64/automake-1.11Mike Frysinger2015-11-231-5/+2
* configure: use AS_HELP_STRING everywhereMike Frysinger2015-11-231-16/+16
* Change issue tracker URL to githubOndřej Surý2015-01-221-1/+1
* Merge branch 'GD-2.1'Pierre Joye2015-01-211-0/+6
|\
| * fix #140, versions placeholder not replaced in gdlib-configPierre Joye2015-01-211-0/+6
* | fix #129, drop VPX usage in favor of libwebpPierre Joye2015-01-201-58/+22
|/
* Silence automake 1.14 warnings ("source file is in a subdirectory, but option...Nathanael Jones2014-10-021-1/+1
* gd.h now holds the canonical version number.Chris Reuter2013-11-071-19/+15
* Don't append dash when GDLIB_EXTRA is emptyOndřej Surý2013-06-271-5/+5
* Create gd.h from gd.h.in to properly include current library versionOndřej Surý2013-06-261-1/+4
* prepare 2.1.0 finalgd-2.1.0Pierre Joye2013-06-251-1/+1
* 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