summaryrefslogtreecommitdiff
path: root/autogen.sh
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 /autogen.sh
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 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index d38e0ef7..5dbcbb5e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,8 +2,7 @@
#
# Simple script to run the appropriate autotools from a repository.
#
-autoheader
-autoconf
+autoreconf
rm -rf autom4te.cache config.log config.status
rm -f Makefile rdoff/Makefile doc/Makefile
rm -f config.h.in config.h config/config.h