mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* tests/atgeneral.m4 (AT_INIT): s/am_me/as_me/. Quote AT_CHECK
in the error message.
This commit is contained in:
parent
a6aee957a5
commit
42e1d2db7b
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user