]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-08-25 Alexandre Oliva <oliva@dcc.unicamp.br>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Wed, 25 Aug 1999 13:44:46 +0000 (13:44 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Wed, 25 Aug 1999 13:44:46 +0000 (13:44 +0000)
* autoreconf.sh: Run aclocal with the -I option only if
aclocal_dir != `.'.  Fix for autoconf/44.

ChangeLog
autoreconf.in
autoreconf.sh
bin/autoreconf.in

index bc5ed3a86f95b4c9c0911f26d8c5fdf5ae546c4a..552c70b798b5040a110d7f322cfdd4d95199c600 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-08-25  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * autoreconf.sh: Run aclocal with the -I option only if
+       aclocal_dir != `.'.  Fix for autoconf/44.
+       
 1999-08-05  Jeffrey A Law  <law@cygnus.com>
 
        * config.sub (-wrs case): Use os=-vxworks, not os=vxworks.
index 125d442edd2998942b2a4c9b601ca621fc38db9d..abd43ec39fbfae4ec46e424d37192d7e0e126fa9 100644 (file)
@@ -170,8 +170,12 @@ while read dir; do
      then
        :
      else
+       if test x"$aclocal_dir" != x.
+       then
+          aclocal_flags="$aclocal_flags -I $aclocal_dir"
+       fi
        $verbose "running aclocal $aclocal_flags in $dir, creating $aclocal_m4"
-       aclocal $aclocal_flags --output=$aclocal_m4 -I $aclocal_dir
+       aclocal $aclocal_flags --output=$aclocal_m4
      fi
   fi
 
index 125d442edd2998942b2a4c9b601ca621fc38db9d..abd43ec39fbfae4ec46e424d37192d7e0e126fa9 100644 (file)
@@ -170,8 +170,12 @@ while read dir; do
      then
        :
      else
+       if test x"$aclocal_dir" != x.
+       then
+          aclocal_flags="$aclocal_flags -I $aclocal_dir"
+       fi
        $verbose "running aclocal $aclocal_flags in $dir, creating $aclocal_m4"
-       aclocal $aclocal_flags --output=$aclocal_m4 -I $aclocal_dir
+       aclocal $aclocal_flags --output=$aclocal_m4
      fi
   fi
 
index 125d442edd2998942b2a4c9b601ca621fc38db9d..abd43ec39fbfae4ec46e424d37192d7e0e126fa9 100644 (file)
@@ -170,8 +170,12 @@ while read dir; do
      then
        :
      else
+       if test x"$aclocal_dir" != x.
+       then
+          aclocal_flags="$aclocal_flags -I $aclocal_dir"
+       fi
        $verbose "running aclocal $aclocal_flags in $dir, creating $aclocal_m4"
-       aclocal $aclocal_flags --output=$aclocal_m4 -I $aclocal_dir
+       aclocal $aclocal_flags --output=$aclocal_m4
      fi
   fi