]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(AC_REQUIRE): Tweak a diagnostic.
authorJim Meyering <meyering@lucent.com>
Fri, 30 Jun 2000 13:54:14 +0000 (13:54 +0000)
committerJim Meyering <meyering@lucent.com>
Fri, 30 Jun 2000 13:54:14 +0000 (13:54 +0000)
acgeneral.m4
lib/autoconf/general.m4

index ae4a815ab0c2e5f79bec8aaf5242caa0867b05ac..0eca006215aa9b06c545c807522c833bd9212be0 100644 (file)
@@ -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
index ae4a815ab0c2e5f79bec8aaf5242caa0867b05ac..0eca006215aa9b06c545c807522c833bd9212be0 100644 (file)
@@ -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