summaryrefslogtreecommitdiffstats
path: root/aclocal/multilib.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-09 17:04:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-09 17:04:53 +0000
commit2dbd07f8dc2ba53ba4a556bb76da768d91610c6a (patch)
tree912f73354b40f90ceabbcd6202af1a89648fac08 /aclocal/multilib.m4
parent2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2dbd07f8dc2ba53ba4a556bb76da768d91610c6a.tar.bz2
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).
Diffstat (limited to '')
-rw-r--r--aclocal/multilib.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/aclocal/multilib.m4 b/aclocal/multilib.m4
index 5e0c5272d1..78d89650a3 100644
--- a/aclocal/multilib.m4
+++ b/aclocal/multilib.m4
@@ -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}