summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-09-23 16:41:19 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-09-23 16:41:19 +0000
commit18a74c4ebf87cbbc147811918a958ec0fe2f8da2 (patch)
treec0c1595b38a0aa08f636bbf6e96e05ed89499711 /Build/source/libs/gd
parent3e43692cfab03a60c0cb9b38d342f6141ae9efed (diff)
minor build system fixes
git-svn-id: svn://tug.org/texlive/trunk@19855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd')
-rw-r--r--Build/source/libs/gd/configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/Build/source/libs/gd/configure.ac b/Build/source/libs/gd/configure.ac
index 2b6b35adf70..cc792229cda 100644
--- a/Build/source/libs/gd/configure.ac
+++ b/Build/source/libs/gd/configure.ac
@@ -19,13 +19,6 @@ AC_CONFIG_MACRO_DIR([../../m4])
AM_INIT_AUTOMAKE([foreign])
AM_MAINTAINER_MODE
-PNGLIB_MAJOR=gd_major()
-PNGLIB_MINOR=gd_minor()
-PNGLIB_RELEASE=gd_micro()
-AC_SUBST([PNGLIB_MAJOR])
-AC_SUBST([PNGLIB_MINOR])
-AC_SUBST([PNGLIB_RELEASE])
-
AC_PROG_CC
AC_PROG_RANLIB
AC_PROG_LN_S