From: Pavel Roskin Date: Mon, 25 Dec 2000 14:57:53 +0000 (+0000) Subject: * autoreconf.sh: s/localddir/localdir/. X-Git-Tag: autoconf-2.50~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86ac9c829ab452eb4849fe3623a76bc614e5da13;p=thirdparty%2Fautoconf.git * autoreconf.sh: s/localddir/localdir/. Reported by Motoyuki Kasahara. --- diff --git a/ChangeLog b/ChangeLog index 9675d30ed..fe3954f35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-12-25 Pavel Roskin + + * autoreconf.sh: s/localddir/localdir/. + Reported by Motoyuki Kasahara. + 2000-12-23 Akim Demaille * autoconf.sh: Promote `configure.ac' over `configure.in'. diff --git a/autoreconf.in b/autoreconf.in index 95337870c..7a909c70b 100644 --- a/autoreconf.in +++ b/autoreconf.in @@ -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 diff --git a/autoreconf.sh b/autoreconf.sh index 95337870c..7a909c70b 100644 --- a/autoreconf.sh +++ b/autoreconf.sh @@ -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 diff --git a/bin/autoreconf.in b/bin/autoreconf.in index 95337870c..7a909c70b 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -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