* autoreconf.sh: Also find configure.in.

This commit is contained in:
Akim Demaille 2001-01-25 16:02:08 +00:00
parent 5159087e72
commit 2092655553
4 changed files with 7 additions and 3 deletions

View File

@ -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.

View 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

View 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

View 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