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