From 52826d6b12d2ccfe1c550f3661c38cf20b0bd97e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 27 May 1996 17:49:57 +0000 Subject: [PATCH] Mon May 27 13:49:02 1996 Roland McGrath * acgeneral.m4 (AC_PREREQ): Prepend "FATAL ERROR: " to msg. --- acgeneral.m4 | 3 ++- lib/autoconf/general.m4 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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. -- 2.47.2