summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-08-28 18:48:41 -0400
committerMike Frysinger <vapier@gentoo.org>2022-08-28 18:48:41 -0400
commit4bbfa00aee3c018fa750e2f2184406bca9cfa35a (patch)
treefc500bcf368d7dba9418f15fa5327dca8bfdea67 /configure.ac
parent946088ca0735c2040961b323c363851803eb4206 (diff)
downloadlibgd-4bbfa00aee3c018fa750e2f2184406bca9cfa35a.tar.gz
configure: require autoconf-2.69
This was released in 2012, and only developers really need it, so bump the requirement. This will let us use some newer features that aren't available in 2.64.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 463fbad..937b2bf 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.64)
+AC_PREREQ([2.69])
# We extract version numbers from src/versions.h
define([gv],[config/getver.sh ]$1)