autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo in autoreconf


From: Motoyuki Kasahara
Subject: Typo in autoreconf
Date: Sat, 23 Dec 2000 00:49:23 +0900 (JST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]