summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-11-23 16:50:08 -0500
committerMike Frysinger <vapier@gentoo.org>2015-11-23 16:50:08 -0500
commita9205e50c3f45336164b67615e537fa856e028a9 (patch)
treee029b2e6fb1ff035849d5ab80417a1414e4538d6 /configure.ac
parent9104bba07881e42a3baba92c52ac484c24624bdf (diff)
downloadlibgd-a9205e50c3f45336164b67615e537fa856e028a9.tar.gz
configure: require autoconf-2.64/automake-1.11
Both of these versions were released in 2009, so people should have them (or newer) readily available.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index b9f0dc3..0e7e151 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
# Configure template for gd library
-AC_PREREQ(2.54)
+AC_PREREQ(2.64)
# We extract version numbers from src/versions.h
define([gv],[perl config/getver.pl ]$1)
@@ -50,13 +50,10 @@ AC_SUBST(GDLIB_AGE)
FEATURES="GD_GIF GD_GIFANIM GD_OPENPOLYGON"
AC_SUBST(FEATURES)
-AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-xz -Wall -Werror subdir-objects])
+AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2 dist-xz -Wall -Werror subdir-objects])
AC_CONFIG_HEADERS([src/config.h:src/config.hin])
-dnl newer automake wants this, but we still want to work with older
-m4_ifndef([AM_PROG_AR],[m4_define([AM_PROG_AR],[:])])
AM_PROG_AR
-
AC_PROG_CC_STDC
AM_PROG_CC_C_O
AC_PROG_INSTALL