public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/egallager/heads/autotools-tinkering)] Update multi.m4
@ 2022-05-25  5:49 Eric Gallager
  0 siblings, 0 replies; only message in thread
From: Eric Gallager @ 2022-05-25  5:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9e00b5ddecdffd73c50b5b867b4630ef019f73f3

commit 9e00b5ddecdffd73c50b5b867b4630ef019f73f3
Author: Eric Gallager <egallager@gcc.gnu.org>
Date:   Wed May 25 01:30:06 2022 -0400

    Update multi.m4
    
    revert to previous version; autoupdate had screwed it up previously

Diff:
---
 config/multi.m4 | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/config/multi.m4 b/config/multi.m4
index 87cdff870a5..10680a5b32b 100644
--- a/config/multi.m4
+++ b/config/multi.m4
@@ -44,14 +44,15 @@ if test $cross_compiling = no && test $multilib = yes \
    cross_compiling=maybe
 fi
 
-AC_CONFIG_COMMANDS([default-1],[[
+AC_OUTPUT_COMMANDS([
 # Only add multilib support code if we just rebuilt the top-level
 # Makefile.
 case " $CONFIG_FILES " in
- *" m4_default($1,Makefile) "*)
-   ac_file=m4_default($1,Makefile) . ${multi_basedir}/config-ml.in
+ *" ]m4_default([$1],Makefile)[ "*)
+   ac_file=]m4_default([$1],Makefile)[ . ${multi_basedir}/config-ml.in
    ;;
-esac]],[[
+esac],
+		   [
 srcdir="$srcdir"
 host="$host"
 target="$target"
@@ -64,4 +65,4 @@ CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 CC="$CC"
 CXX="$CXX"
 GFORTRAN="$GFORTRAN"
-GDC="$GDC"]])])dnl
+GDC="$GDC"])])dnl


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-25  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25  5:49 [gcc(refs/users/egallager/heads/autotools-tinkering)] Update multi.m4 Eric Gallager

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).