mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
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:
parent
ece28067a0
commit
117cd369d4
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user