[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: $$* in _AC_INIT_PREPARE eaten by m4.
From: |
Pavel Roskin |
Subject: |
FYI: $$* in _AC_INIT_PREPARE eaten by m4. |
Date: |
Fri, 2 Mar 2001 16:01:09 -0500 (EST) |
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+2001-03-02 Pavel Roskin <address@hidden>
+
+ * acgeneral.m4 (_AC_INIT_PREPARE): Quote `$$*' correctly.
+
2001-02-28 Akim Demaille <address@hidden>
* tests/atgeneral.m4 (AT_INIT): Warn when at-check-line is
--- acgeneral.m4
+++ acgeneral.m4
@@ -1460,7 +1460,7 @@
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
--- configure
+++ configure
@@ -780,7 +780,7 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: $$* in _AC_INIT_PREPARE eaten by m4.,
Pavel Roskin <=