Reported by Didier Verna.
* acgeneral.m4 (AC_PREREQ): Don't quote AC_ACVERSION.
+2000-05-04 Akim Demaille <akim@epita.fr>
+
+ AC_PREREQ understand `2.14a' as `2.141'.
+ Reported by Didier Verna.
+
+ * acgeneral.m4 (AC_PREREQ): Don't quote AC_ACVERSION.
+
2000-05-04 Akim Demaille <akim@epita.fr>
* acgeneral.m4 (AH_TOP, AH_BOTTOM): New macros.
# ------------------
# Complain and exit if the Autoconf version is less than VERSION.
define(AC_PREREQ,
-[ifelse(_AC_VERSION_COMPARE([AC_ACVERSION], [$1]), -1,
+[ifelse(_AC_VERSION_COMPARE(AC_ACVERSION, [$1]), -1,
[AC_FATAL([Autoconf version $1 or higher is required for this script])])])
# ------------------
# Complain and exit if the Autoconf version is less than VERSION.
define(AC_PREREQ,
-[ifelse(_AC_VERSION_COMPARE([AC_ACVERSION], [$1]), -1,
+[ifelse(_AC_VERSION_COMPARE(AC_ACVERSION, [$1]), -1,
[AC_FATAL([Autoconf version $1 or higher is required for this script])])])