]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (_AC_INIT_PREPARE): Quote `$$*' correctly.
authorPavel Roskin <proski@gnu.org>
Fri, 2 Mar 2001 21:02:07 +0000 (21:02 +0000)
committerPavel Roskin <proski@gnu.org>
Fri, 2 Mar 2001 21:02:07 +0000 (21:02 +0000)
ChangeLog
acgeneral.m4
configure
lib/autoconf/general.m4

index b592042be60e52abb62679e5a51f3669af60287f..671ec24f51da17e97469b4e02ee4027c0648d3b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d7103fee2fb0ba19d1167487d400de434ab92a35..f950addc22e644ec365ec2ecbca4bd345efb04e1 100644 (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
index af52acd893dcdddde92b3d79fa506e0e0a1fc08e..ff8c00a7ec46ad648c29d913a023c772a4d52341 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index d7103fee2fb0ba19d1167487d400de434ab92a35..f950addc22e644ec365ec2ecbca4bd345efb04e1 100644 (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