index
:
delta/libgd.git
GD-2.0
GD-2.1
GD-2.2
GD-2.3
bug/320
bug/402
bug/405
bug/415
bug/661
bug/750
bug/764
bug/788
bug/790
bug/792
bug/797
bug/818
bug/ci_avif_cleanupsrc
feature/ci_avif
features/macos_ci
features/mingw-ci
features/surface
fix-247
fix-248
issue-config-23
issue-config-24
issue-config-msg
issue-libheif
issue-raqm
master
github.com: libgd/libgd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence automake 1.14 warnings ("source file is in a subdirectory, but option...
Nathanael Jones
2014-10-02
1
-1
/
+1
*
gd.h now holds the canonical version number.
Chris Reuter
2013-11-07
1
-19
/
+15
*
Don't append dash when GDLIB_EXTRA is empty
Ondřej Surý
2013-06-27
1
-5
/
+5
*
Create gd.h from gd.h.in to properly include current library version
Ondřej Surý
2013-06-26
1
-1
/
+4
*
prepare 2.1.0 final
gd-2.1.0
Pierre Joye
2013-06-25
1
-1
/
+1
*
configure: log libpng-config details and fix libs setup
Mike Frysinger
2013-06-20
1
-1
/
+3
*
typo in 5b96783
Remi Collet
2013-06-14
1
-1
/
+1
*
Also check for libvpx pkg-config module if vpx module is not found
Ondřej Surý
2013-06-14
1
-4
/
+7
*
Release 2.1.0RC2
gd-2.1.0-rc2
Ondřej Surý
2013-06-07
1
-1
/
+1
*
Enable dist-bzip2 and dist-xz in AUTOMAKE options
Ondřej Surý
2013-06-07
1
-1
/
+1
*
Bump version to 2.1.0-rc1
gd-2.1.0-rc1
Ondřej Surý
2013-05-24
1
-1
/
+1
*
Switch to AC_PROG_CC_STDC, we should have C99 support when using autoconf (th...
Ondřej Surý
2013-05-22
1
-1
/
+1
*
Make the pkg-config support simpler
Ondřej Surý
2013-05-21
1
-23
/
+45
*
Add pkg-config support for vpx, tiff-4, fontconfig and Xpm libraries.
Ondřej Surý
2013-05-21
1
-57
/
+171
*
Define version just once using m4_define and bump version to 2.1.0-alpha1
gd-2.1.0-alpha1
Ondřej Surý
2013-05-13
1
-6
/
+18
*
autotools: build DLLs on Windows (win32-dll libtool option)
Marcin Wojdyr
2013-05-10
1
-13
/
+1
*
Fix MinGW build (Courtesy of Mike Frysinger) (fixes #53)
Ondřej Surý
2013-05-02
1
-1
/
+1
*
Define BGDWIN32 on MinGW when using autotools
Ondřej Surý
2013-04-23
1
-0
/
+6
*
Disable warning when PNG support is disabled
Ondřej Surý
2013-04-22
1
-5
/
+3
*
Make test build more resilient to top_builddir changes
Ondřej Surý
2013-04-22
1
-1
/
+1
*
Build and check all tests from tests/ subdirectory in the make check target
Ondřej Surý
2013-04-22
1
-3
/
+8
*
fix typo
Takeshi Abe
2013-04-22
1
-1
/
+1
*
add AM_CONDITIONAL to freetype
Pierre Joye
2013-04-21
1
-0
/
+1
*
drop useless GDLIBNAME
Takeshi Abe
2013-04-20
1
-2
/
+0
*
skip certain programs when png/zlib are not available
Mike Frysinger
2013-04-16
1
-0
/
+2
*
stub out AM_ICONV if it is not available
Mike Frysinger
2013-04-16
1
-0
/
+2
*
add a --with-zlib flag to control -lz usage
Mike Frysinger
2013-04-16
1
-4
/
+11
*
use pkg-config for png/freetype by default
Mike Frysinger
2013-04-16
1
-118
/
+63
*
call AM_PROG_AR with newer automake
Mike Frysinger
2013-04-16
1
-0
/
+4
*
drop AM_PROG_CC_STDC
Mike Frysinger
2013-04-16
1
-1
/
+0
*
change AC_CANONICAL_TARGET -> AC_CANONICAL_HOST
Mike Frysinger
2013-04-16
1
-1
/
+1
*
Fix another vpx->tiff cut&paste error
Ondřej Surý
2013-04-14
1
-4
/
+4
*
Add initial support for pkgconfig
Ondřej Surý
2013-04-14
1
-1
/
+2
*
Remove unneeded -lX11 when linking with -lXpm
Ondřej Surý
2013-04-14
1
-3
/
+2
*
Export only declared symbols and also bump SONAME to 3
Ondřej Surý
2013-04-12
1
-19
/
+16
*
Print correct pthreads variable
Ondřej Surý
2013-04-12
1
-1
/
+1
*
fix issues tracker URL
Pierre Joye
2013-04-12
1
-1
/
+1
*
Lower required autoconf version to 2.54
Ondřej Surý
2013-04-08
1
-1
/
+1
*
Set correct CURRENT:REVISION:AGE to end up with libgd.so.2.1.0
Ondřej Surý
2013-04-08
1
-2
/
+2
*
Export CURRENT:REVISION:AGE variables
Ondřej Surý
2013-04-08
1
-5
/
+7
*
Update library version information according to http://www.gnu.org/software/l...
Ondřej Surý
2013-04-08
1
-0
/
+7
*
Fix typo in configure.ac - second VPX is in fact TIFF library
Ondřej Surý
2013-04-08
1
-1
/
+1
*
Merge outstanding autotools changes
Ondřej Surý
2013-04-08
1
-5
/
+8
*
add tiff to autoconf build scripts
Pierre Joye
2013-04-07
1
-0
/
+26
*
detect vpx library
Pierre Joye
2013-04-07
1
-0
/
+21
*
Fix build with autotools.
Vincent Bernat
2013-04-07
1
-0
/
+300