]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Mon May 27 13:49:02 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Mon, 27 May 1996 17:49:57 +0000 (17:49 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 27 May 1996 17:49:57 +0000 (17:49 +0000)
* acgeneral.m4 (AC_PREREQ): Prepend "FATAL ERROR: " to msg.

acgeneral.m4
lib/autoconf/general.m4

index 67e2e8c39b59434191818dcb49318d51f04dc4e1..e4d0ae7fc2467fad67316a5dadbc9b7ef5d5f73e 100644 (file)
@@ -804,7 +804,8 @@ dnl                   PRINTABLE2)
 define(AC_PREREQ_COMPARE,
 [ifelse(builtin([eval],
 [$3 + $2 * 1000 + $1 * 1000000 < $6 + $5 * 1000 + $4 * 1000000]), 1,
-[errprint(Autoconf version $7 or higher is required for this script
+[errprint(dnl
+FATAL ERROR: Autoconf version $7 or higher is required for this script
 )m4exit(3)])])
 
 dnl Complain and exit if the Autoconf version is less than VERSION.
index 67e2e8c39b59434191818dcb49318d51f04dc4e1..e4d0ae7fc2467fad67316a5dadbc9b7ef5d5f73e 100644 (file)
@@ -804,7 +804,8 @@ dnl                   PRINTABLE2)
 define(AC_PREREQ_COMPARE,
 [ifelse(builtin([eval],
 [$3 + $2 * 1000 + $1 * 1000000 < $6 + $5 * 1000 + $4 * 1000000]), 1,
-[errprint(Autoconf version $7 or higher is required for this script
+[errprint(dnl
+FATAL ERROR: Autoconf version $7 or higher is required for this script
 )m4exit(3)])])
 
 dnl Complain and exit if the Autoconf version is less than VERSION.