]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* m4/multi.m4: Fix quoting in AC_OUTPUT_COMMANDS.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 26 Dec 2001 17:38:30 +0000 (17:38 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 26 Dec 2001 17:38:30 +0000 (17:38 +0000)
ChangeLog
m4/multi.m4

index e3859e64b5f3319ec74d9ff8df64ee7686dabde0..12fab1a8b1243101b69c39c1f2e483e6637c41a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-26  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+       * m4/multi.m4: Fix quoting in AC_OUTPUT_COMMANDS.
+
 2001-12-26  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * configure.in: Test for Autoconf >= 2.52.
index 7442ae4c2f29cfae535cbaa094eff9f3b9ff9785..016c3b522d990f7321e4c334a516b24023833892 100644 (file)
@@ -1,9 +1,3 @@
-# serial 2
-
-# AM_ENABLE_MULTILIB([MAKEFILE], [REL-TO-TOP-SRCDIR])
-# ---------------------------------------------------
-# Add --enable-multilib to configure.
-
 # Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
+# serial 3
+
+# AM_ENABLE_MULTILIB([MAKEFILE], [REL-TO-TOP-SRCDIR])
+# ---------------------------------------------------
+# Add --enable-multilib to configure.
 AC_DEFUN([AM_ENABLE_MULTILIB],
 [# Default to --enable-multilib
 AC_ARG_ENABLE(multilib,
@@ -51,8 +50,8 @@ AC_OUTPUT_COMMANDS([
 # Only add multilib support code if we just rebuilt the top-level
 # Makefile.
 case " $CONFIG_FILES " in
- *" ifelse([$1],,Makefile,[$1]) "*)
-   ac_file=ifelse([$1],,Makefile,[$1]) . ${multi_basedir}/config-ml.in
+ *" ]m4_default([$1],Makefile)[ "*)
+   ac_file=]m4_default([$1],Makefile)[ . ${multi_basedir}/config-ml.in
    ;;
 esac],
                    [