summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-11-08 10:22:10 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2017-11-08 10:22:10 -0800
commitcae5d061849ba0c7150f0089433cceeff2e602be (patch)
tree49f65fcf18f38b2c614a63c3932a1b9c4e0258cd /configure.ac
parentceeaf11e66d7e1b7ad511446f308337981f71a71 (diff)
downloadnasm-cae5d061849ba0c7150f0089433cceeff2e602be.tar.gz
More autoconf modernizations; upgrade AC_PREREQ to 2.69
Make further autoconf rule improvements and update the required version of autoconf to 2.69. That version is now 5+ years old and although there might be older versions which have the prerequisite macros they are known to have lots of bugs, and we can't really test them. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7268eaaf..8fb98ef8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
-dnl Process this file with autoconf 2.63 or later to produce
+dnl Process this file with autoconf 2.69 or later to produce
dnl a configure script.
-AC_PREREQ(2.63)
+AC_PREREQ(2.69)
AC_INIT(config/config.h.in)
AC_CONFIG_HEADERS(config/config.h)