From: Jim Meyering Date: Fri, 30 Jun 2000 13:54:14 +0000 (+0000) Subject: (AC_REQUIRE): Tweak a diagnostic. X-Git-Tag: autoconf-2.50~789 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=188cec3470d0eecb7407cc5e90e0e0c2eab6cc60;p=thirdparty%2Fautoconf.git (AC_REQUIRE): Tweak a diagnostic. --- diff --git a/acgeneral.m4 b/acgeneral.m4 index ae4a815ab..0eca00621 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -561,7 +561,7 @@ define([AC_BEFORE], # macro expansion. Once expanded, emit it in _AC_DIVERT_DUMP. define([AC_REQUIRE], [ifndef([_AC_DIVERT_DUMP], - [AC_FATAL([$0: cannot be used out of an AC_DEFUN'd macro])])dnl + [AC_FATAL([$0: cannot be used outside of an AC_DEFUN'd macro])])dnl AC_PROVIDE_IFELSE([$1], [], [AC_DIVERT_PUSH(m4_eval(_AC_DIVERT_DIVERSION - 1))dnl diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index ae4a815ab..0eca00621 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -561,7 +561,7 @@ define([AC_BEFORE], # macro expansion. Once expanded, emit it in _AC_DIVERT_DUMP. define([AC_REQUIRE], [ifndef([_AC_DIVERT_DUMP], - [AC_FATAL([$0: cannot be used out of an AC_DEFUN'd macro])])dnl + [AC_FATAL([$0: cannot be used outside of an AC_DEFUN'd macro])])dnl AC_PROVIDE_IFELSE([$1], [], [AC_DIVERT_PUSH(m4_eval(_AC_DIVERT_DIVERSION - 1))dnl