2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
	standard).
	* aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
	standard).
	* aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
	* aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
	* aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
	standard), replace CC_FOR_TARGET with CC (BUG-FIX).
This commit is contained in:
Joel Sherrill
2000-11-09 17:04:53 +00:00
parent 5913d94de8
commit 2dbd07f8dc
6 changed files with 21 additions and 10 deletions

View File

@@ -40,10 +40,10 @@ else
fi
AC_OUTPUT_COMMANDS(
if test -n "$CONFIG_FILES"; then
ac_file=[]ifelse([$1],,Makefile,[$1]) \
. ${multilib_basedir}/../config-ml.in
fi,[
[if test -n "$CONFIG_FILES"; then
ac_file=]ifelse([$1],,Makefile,[$1])[ \
. ${multilib_basedir}/../config-ml.in
fi],[
srcdir=${srcdir}
host=${host}
target=${target}