* tests/atgeneral.m4 (AT_INIT): s/am_me/as_me/. Quote AT_CHECK

in the error message.
This commit is contained in:
Pavel Roskin 2001-03-04 08:08:55 +00:00
parent a6aee957a5
commit 42e1d2db7b
3 changed files with 15 additions and 10 deletions

View File

@ -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.

View 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

View 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