forked from Imagelibrary/rtems
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user