mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* acgeneral.m4 (_AC_INIT_PREPARE): Quote `$$*' correctly.
This commit is contained in:
parent
055a48ca5a
commit
a6aee957a5
@ -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
|
||||
|
@ -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
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user