]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* autoreconf.sh: Also find configure.in.
authorAkim Demaille <akim@epita.fr>
Thu, 25 Jan 2001 16:02:08 +0000 (16:02 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 25 Jan 2001 16:02:08 +0000 (16:02 +0000)
ChangeLog
autoreconf.in
autoreconf.sh
bin/autoreconf.in

index 5528cd97cb1f853442ad67339cad2309932e330e..bf64f24847918fb139c40610cae70c360da3e2b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-25  Assar Westerlund  <assar@sics.se>
+
+       * autoreconf.sh: Also find configure.in.
+
 2001-01-24  Akim Demaille  <akim@epita.fr>
 
        * configure.in: Bump to 2.49d.
index 6d0ceb6f05bcb836cc1f1ac714f616d738dac2f5..67ebd7c58f75b5a5a8d5478d78137bed408c82b9 100644 (file)
@@ -298,7 +298,7 @@ update="@SHELL@ $tmp/update.sh"
 
 # Make a list of directories to process.
 # The xargs grep filters out Cygnus configure.in files.
-find . -name configure.ac -o -name configure.ac -print |
+find . -name configure.ac -o -name configure.in -print |
 xargs grep -l AC_INIT |
 sed 's,/configure\.ac$,,;s,/configure\.in$,,;s,^./,,' |
 while read dir; do
index 6d0ceb6f05bcb836cc1f1ac714f616d738dac2f5..67ebd7c58f75b5a5a8d5478d78137bed408c82b9 100644 (file)
@@ -298,7 +298,7 @@ update="@SHELL@ $tmp/update.sh"
 
 # Make a list of directories to process.
 # The xargs grep filters out Cygnus configure.in files.
-find . -name configure.ac -o -name configure.ac -print |
+find . -name configure.ac -o -name configure.in -print |
 xargs grep -l AC_INIT |
 sed 's,/configure\.ac$,,;s,/configure\.in$,,;s,^./,,' |
 while read dir; do
index 6d0ceb6f05bcb836cc1f1ac714f616d738dac2f5..67ebd7c58f75b5a5a8d5478d78137bed408c82b9 100644 (file)
@@ -298,7 +298,7 @@ update="@SHELL@ $tmp/update.sh"
 
 # Make a list of directories to process.
 # The xargs grep filters out Cygnus configure.in files.
-find . -name configure.ac -o -name configure.ac -print |
+find . -name configure.ac -o -name configure.in -print |
 xargs grep -l AC_INIT |
 sed 's,/configure\.ac$,,;s,/configure\.in$,,;s,^./,,' |
 while read dir; do