* acgeneral.m4 (_AC_INIT_PREPARE): Quote `$$*' correctly.

This commit is contained in:
Pavel Roskin 2001-03-02 21:02:07 +00:00
parent 055a48ca5a
commit a6aee957a5
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2001-03-02 Pavel Roskin <proski@gnu.org>
* acgeneral.m4 (_AC_INIT_PREPARE): Quote `$$*' correctly.
2001-02-28 Akim Demaille <akim@epita.fr>
* tests/atgeneral.m4 (AT_INIT): Warn when at-check-line is

View File

@ -1460,7 +1460,7 @@ trap 'exit_status=$?
test "$ac_signal" != 0 &&
echo "$as_me: caught signal $ac_signal" >&AS_MESSAGE_LOG_FD
echo "$as_me: exit $exit_status" >&AS_MESSAGE_LOG_FD
rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
rm -rf conftest* confdefs* core core.* *.core conf$[$]* $ac_clean_files &&
exit $exit_status
' 0
for ac_signal in 1 2 13 15; do

2
configure vendored
View File

@ -780,7 +780,7 @@ trap 'exit_status=$?
test "$ac_signal" != 0 &&
echo "$as_me: caught signal $ac_signal" >&5
echo "$as_me: exit $exit_status" >&5
rm -rf conftest* confdefs* core core.* *.core conf$ $ac_clean_files &&
rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
exit $exit_status
' 0
for ac_signal in 1 2 13 15; do

View File

@ -1460,7 +1460,7 @@ trap 'exit_status=$?
test "$ac_signal" != 0 &&
echo "$as_me: caught signal $ac_signal" >&AS_MESSAGE_LOG_FD
echo "$as_me: exit $exit_status" >&AS_MESSAGE_LOG_FD
rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
rm -rf conftest* confdefs* core core.* *.core conf$[$]* $ac_clean_files &&
exit $exit_status
' 0
for ac_signal in 1 2 13 15; do