From 2dbd07f8dc2ba53ba4a556bb76da768d91610c6a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Nov 2000 17:04:53 +0000 Subject: 2000-11-09 Ralf Corsepius * 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). --- aclocal/multilib.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'aclocal/multilib.m4') 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} -- cgit v1.2.3