summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-09-19 00:28:47 -0400
committerMike Frysinger <vapier@gmail.com>2016-10-06 13:44:48 -0400
commitd62f608c7c4a814c70d4ba777725e3e62d9e2cde (patch)
tree947f712968a21da47bba50dcfd1feb45c8553ac6 /configure.ac
parent4ebdb483e4340bf7bdf7c74a5e62c0403c26af9d (diff)
downloadlibgd-d62f608c7c4a814c70d4ba777725e3e62d9e2cde.tar.gz
gdlib-config: punt!
We've been shipping the pkg-config file for a while now and want people to use that only, so drop this old script. This also drop the FEATURES variable as it was only available via `gdlib-config --features` (and no one has complained).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index abfb59a..f7a943f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,12 +52,6 @@ AC_SUBST(GDLIB_LT_CURRENT)
AC_SUBST(GDLIB_LT_REVISION)
AC_SUBST(GDLIB_LT_AGE)
-#Expanded by tests later in this file. TBB 2.0.26
-#2.0.28: GIF is standard now. Doesn't depend on anything else,
-#so we always build it.
-FEATURES="GD_GIF GD_GIFANIM GD_OPENPOLYGON"
-AC_SUBST(FEATURES)
-
AM_INIT_AUTOMAKE([1.11 foreign dist-xz -Wall -Werror subdir-objects])
AC_CONFIG_HEADERS([src/config.h:src/config.hin])
@@ -173,7 +167,6 @@ m4_define([GD_LIB_CHECK], [dnl
if test "$gd_found_lib" = "yes"; then
AC_DEFINE([HAVE_$1], [1], [Define if you have $3])
- AS_VAR_APPEND([FEATURES], [" GD_$2"])
dnl Merge the flags into the main LIBS/CPPFLAGS.
$1][_LIBS="$gd_lib_ldflags $][$1][_LIBS"
$1][_CFLAGS="$gd_lib_cflags $][$1][_CFLAGS"
@@ -334,7 +327,6 @@ AC_CONFIG_FILES([Makefile
src/Makefile
tests/Makefile
config/Makefile
- config/gdlib-config
config/gdlib.pc])
AC_OUTPUT