summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2018-08-25 12:50:23 -0400
committerMike Frysinger <vapier@gentoo.org>2018-08-25 12:50:23 -0400
commite6bb110663722836ba1e6986b27252bc4402a33c (patch)
treea492885d40aba7fcc7a6565d74a0cad2362f0138 /configure.ac
parentac16bdf2d41724b5a65255d4c28fb0ec46bc42f5 (diff)
downloadlibgd-e6bb110663722836ba1e6986b27252bc4402a33c.tar.gz
drop netware support #294
We have no way of testing netware, and the OS has been dead for years. PHP also has dropped support for it. Closes #294.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index 1c3e5d2..3af6e53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,22 +18,6 @@ AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
-# This is not used anywhere. However, Makefile.netware searches
-# through configure for these definitions to find the version numbers.
-# (Assuming anyone still uses Netware, that should be changed to use
-# gd.h via getver.pl instead.)
-GDLIB_MAJOR=gd_MAJOR
-GDLIB_MINOR=gd_MINOR
-GDLIB_REVISION=gd_REVISION
-GDLIB_EXTRA=gd_EXTRA
-GDLIB_VERSION=gd_PKG_VERSION
-
-AC_SUBST(GDLIB_MAJOR)
-AC_SUBST(GDLIB_MINOR)
-AC_SUBST(GDLIB_REVISION)
-AC_SUBST(GDLIB_EXTRA)
-AC_SUBST(GDLIB_VERSION)
-
dnl Keep the libtool version details in an external script so cmake can
dnl access the values too.
define([lt_gv], [config/getlib.sh ]$1)