Hi,
I found a typo in `autoreconf.sh' ($localddir -> $localdir).
Index: autoreconf.sh
===================================================================
RCS file: /cvs/autoconf/autoreconf.sh,v
retrieving revision 1.59
diff -u -r1.59 autoreconf.sh
--- autoreconf.sh 2000/11/16 10:12:51 1.59
+++ autoreconf.sh 2000/12/22 15:36:44
@@ -312,7 +312,7 @@
# 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
______________________________________________________________________
Motoyuki Kasahara