From: Roland McGrath Date: Mon, 27 May 1996 17:49:57 +0000 (+0000) Subject: Mon May 27 13:49:02 1996 Roland McGrath X-Git-Tag: fsf-origin~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52826d6b12d2ccfe1c550f3661c38cf20b0bd97e;p=thirdparty%2Fautoconf.git Mon May 27 13:49:02 1996 Roland McGrath * acgeneral.m4 (AC_PREREQ): Prepend "FATAL ERROR: " to msg. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index 67e2e8c3..e4d0ae7f 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -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. diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 67e2e8c3..e4d0ae7f 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -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.