From: Pavel Roskin Date: Sun, 4 Mar 2001 08:08:55 +0000 (+0000) Subject: * tests/atgeneral.m4 (AT_INIT): s/am_me/as_me/. Quote AT_CHECK X-Git-Tag: autoconf-2.50~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42e1d2db7beef0732c70d6f65b4159ea5b99e468;p=thirdparty%2Fautoconf.git * tests/atgeneral.m4 (AT_INIT): s/am_me/as_me/. Quote AT_CHECK in the error message. --- diff --git a/ChangeLog b/ChangeLog index 671ec24f5..1eb78cb34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-04 Pavel Roskin + + * tests/atgeneral.m4 (AT_INIT): s/am_me/as_me/. Quote AT_CHECK + in the error message. + 2001-03-02 Pavel Roskin * acgeneral.m4 (_AC_INIT_PREPARE): Quote `$$*' correctly. diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index 1fbd174d3..38fa7c479 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -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 diff --git a/tests/atgeneral.m4 b/tests/atgeneral.m4 index 1fbd174d3..38fa7c479 100644 --- a/tests/atgeneral.m4 +++ b/tests/atgeneral.m4 @@ -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