From: Eric Blake Date: Mon, 3 Mar 2008 22:48:54 +0000 (+0100) Subject: Use m4_PACKAGE_VERSION, not AC_AUTOCONF_VERSION. X-Git-Tag: v6.11~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=137c167a160b9f12b24b3a5b270313bb442698da;p=thirdparty%2Fcoreutils.git Use m4_PACKAGE_VERSION, not AC_AUTOCONF_VERSION. * configure.ac: The latter is only in post-2.61 autoconf. --- diff --git a/configure.ac b/configure.ac index 66082783dd..7b3f7de29d 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(