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.
master
Mike Frysinger 2022-08-28 18:48:41 -04:00
parent 946088ca07
commit 4bbfa00aee
1 changed files with 1 additions and 1 deletions

View File

@ -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)