mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-06 15:10:23 +08:00
Mon May 27 13:49:02 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* acgeneral.m4 (AC_PREREQ): Prepend "FATAL ERROR: " to msg.
This commit is contained in:
parent
44b8c1b50e
commit
52826d6b12
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user