* autoreconf.sh: s/localddir/localdir/.

Reported by Motoyuki Kasahara.
This commit is contained in:
Pavel Roskin 2000-12-25 14:57:53 +00:00
parent cd7cd7bf31
commit 86ac9c829a
4 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2000-12-25 Pavel Roskin <proski@gnu.org>
* autoreconf.sh: s/localddir/localdir/.
Reported by Motoyuki Kasahara.
2000-12-23 Akim Demaille <akim@epita.fr>
* autoconf.sh: Promote `configure.ac' over `configure.in'.

View File

@ -312,7 +312,7 @@ while read dir; do
# uses_aclocal -- is this package using aclocal?
uses_aclocal=false
if grep 'generated .* by aclocal' $localddir/aclocal.m4 >/dev/null 2>&1 ||
if grep 'generated .* by aclocal' $localdir/aclocal.m4 >/dev/null 2>&1 ||
test -f "$localdir/acinclude.m4"; then
uses_aclocal=:
fi

View File

@ -312,7 +312,7 @@ while read dir; do
# uses_aclocal -- is this package using aclocal?
uses_aclocal=false
if grep 'generated .* by aclocal' $localddir/aclocal.m4 >/dev/null 2>&1 ||
if grep 'generated .* by aclocal' $localdir/aclocal.m4 >/dev/null 2>&1 ||
test -f "$localdir/acinclude.m4"; then
uses_aclocal=:
fi

View File

@ -312,7 +312,7 @@ while read dir; do
# uses_aclocal -- is this package using aclocal?
uses_aclocal=false
if grep 'generated .* by aclocal' $localddir/aclocal.m4 >/dev/null 2>&1 ||
if grep 'generated .* by aclocal' $localdir/aclocal.m4 >/dev/null 2>&1 ||
test -f "$localdir/acinclude.m4"; then
uses_aclocal=:
fi