summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-03-03 23:48:54 +0100
committerJim Meyering <meyering@redhat.com>2008-03-03 23:52:19 +0100
commit137c167a160b9f12b24b3a5b270313bb442698da (patch)
tree2173d2890320ab87c9f487d5eb1c93b9be4238be /configure.ac
parent8eacedd3b53918c45faa8297ba8196d85a8f4152 (diff)
downloadcoreutils-137c167a160b9f12b24b3a5b270313bb442698da.tar.xz
Use m4_PACKAGE_VERSION, not AC_AUTOCONF_VERSION.
* configure.ac: The latter is only in post-2.61 autoconf.
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 66082783d..7b3f7de29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -337,7 +337,7 @@ dnl Allow maintainer rules under GNU make even in VPATH builds. This does
dnl not work in autoconf 2.61 or earlier, but we don't want to require
dnl non-maintainers to use unreleased autoconf, hence the version test.
dnl TODO remove the version check once autoconf 2.62 is released.
-m4_if(m4_version_compare([2.61a.100], m4_defn([AC_AUTOCONF_VERSION])), [1], [],
+m4_if(m4_version_compare([2.61a.100], m4_defn([m4_PACKAGE_VERSION])), [1], [],
[AC_CONFIG_LINKS([GNUmakefile:GNUmakefile])])
AC_CONFIG_FILES(