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.
This commit is contained in:
Ben Elliston 1999-08-25 13:44:46 +00:00
parent ece28067a0
commit 117cd369d4
4 changed files with 20 additions and 3 deletions

View File

@ -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.

View 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

View 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

View 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