]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/atgeneral.m4 (AT_INIT): s/am_me/as_me/. Quote AT_CHECK
authorPavel Roskin <proski@gnu.org>
Sun, 4 Mar 2001 08:08:55 +0000 (08:08 +0000)
committerPavel Roskin <proski@gnu.org>
Sun, 4 Mar 2001 08:08:55 +0000 (08:08 +0000)
in the error message.

ChangeLog
lib/autotest/general.m4
tests/atgeneral.m4

index 671ec24f51da17e97469b4e02ee4027c0648d3b3..1eb78cb3409d5f34a700bdc90a0ce3efa59ede5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-04  Pavel Roskin  <proski@gnu.org>
+
+       * tests/atgeneral.m4 (AT_INIT): s/am_me/as_me/. Quote AT_CHECK
+       in the error message.
+
 2001-03-02  Pavel Roskin  <proski@gnu.org>
 
        * acgeneral.m4 (_AC_INIT_PREPARE): Quote `$$*' correctly.
index 1fbd174d35262a398f5433f23802eb019b672624..38fa7c479043ee7923f95d46cc39c8d0c10c037a 100644 (file)
@@ -226,11 +226,11 @@ m4_divert([TAIL])[]dnl
     ;;
   esac
   if test ! -f at-check-line; then
-    echo "$am_me: warning: no at-check-line which means a failure happened"
-    echo "$am_me: warning: in a [AT_SETUP/AT_CLEANUP] pair before any"
-    echo "$am_me: warning: AT_CHECK could be run.  This test suite is"
-    echo "$am_me: warning: improperly designed, please report to"
-    echo "$am_me: warning: <$at_bugreport>."
+    echo "$as_me: warning: no at-check-line which means a failure happened"
+    echo "$as_me: warning: in a [AT_SETUP/AT_CLEANUP] pair before any"
+    echo "$as_me: warning: [AT_CHECK] could be run.  This test suite is"
+    echo "$as_me: warning: improperly designed, please report to"
+    echo "$as_me: warning: <$at_bugreport>."
     cp at-setup-line at-check-line
   fi
   case $at_test in
index 1fbd174d35262a398f5433f23802eb019b672624..38fa7c479043ee7923f95d46cc39c8d0c10c037a 100644 (file)
@@ -226,11 +226,11 @@ m4_divert([TAIL])[]dnl
     ;;
   esac
   if test ! -f at-check-line; then
-    echo "$am_me: warning: no at-check-line which means a failure happened"
-    echo "$am_me: warning: in a [AT_SETUP/AT_CLEANUP] pair before any"
-    echo "$am_me: warning: AT_CHECK could be run.  This test suite is"
-    echo "$am_me: warning: improperly designed, please report to"
-    echo "$am_me: warning: <$at_bugreport>."
+    echo "$as_me: warning: no at-check-line which means a failure happened"
+    echo "$as_me: warning: in a [AT_SETUP/AT_CLEANUP] pair before any"
+    echo "$as_me: warning: [AT_CHECK] could be run.  This test suite is"
+    echo "$as_me: warning: improperly designed, please report to"
+    echo "$as_me: warning: <$at_bugreport>."
     cp at-setup-line at-check-line
   fi
   case $at_test in