]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* m4/multi.m4: Non-default multilibs may be cross compilation.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sat, 14 Oct 2006 13:27:35 +0000 (13:27 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sat, 14 Oct 2006 13:27:35 +0000 (13:27 +0000)
ChangeLog
THANKS
m4/multi.m4

index c70d4caed78909703ed7aa75b312554a8d9a1f2e..94f55e0530b9307ae8f0d3265b2b5cd636b0671b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-14  Geoffrey Keating  <geoffk@apple.com> (tiny change)
+
+       * m4/multi.m4: Non-default multilibs may be cross compilation.
+
 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * automake.in: Fix some typos in comments.
 
        * automake.in (handle_compile): Use subst, for maintainer-check.
 
-2006-10-09  andi5.py@gmx.net  (tiny change)
+2006-10-09  Andreas Köhler  <andi5.py@gmx.net>  (tiny change)
 
        For PR automake/505:
-       * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): 
+       * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES):
        Fix typo: `config.status.lineno', not `configure.status.lineno'.
 
 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
diff --git a/THANKS b/THANKS
index c13432243c0c8c1b324c14340c85dd2d71a2fd5c..68018e351bbc048a91de88a126133ea4acfb1727 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -13,6 +13,7 @@ Alexander Turbov      zaufi@sendmail.ru
 Alexandre Duret-Lutz   duret_g@epita.fr
 Alexey Mahotkin                alexm@hsys.msk.ru
 Andreas Buening                andreas.buening@nexgo.de
+Andreas Köhler                andi5.py@gmx.net
 Andreas Schwab         schwab@suse.de
 Andrew Cagney          cagney@tpgi.com.au
 Andrew Suffield                asuffield@debian.org
@@ -85,6 +86,7 @@ Ganesan Rajagopal     rganesan@novell.com
 Garrett D'Amore                garrett@qualcomm.com
 Garth Corral           garthc@inktomi.com
 Gary V Vaughan         gvaughan@oranda.demon.co.uk
+Geoffrey Keating       geoffk@apple.com
 Glenn Amerine          glenn@pie.mhsc.org
 Gord Matzigkeit                gord@gnu.ai.mit.edu
 Gordon Sadler          gbsadler1@lcisp.com
index d20d266d87abfbafe3018ed6a93e4990194f0979..98417679f519a0bf82240e08bc856218328cc860 100644 (file)
@@ -1,12 +1,12 @@
 ##                                                          -*- Autoconf -*-
-# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005
+# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006
 # Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
-# serial 5
+# serial 6
 
 # AM_ENABLE_MULTILIB([MAKEFILE], [REL-TO-TOP-SRCDIR])
 # ---------------------------------------------------
@@ -37,6 +37,13 @@ else
 fi
 AC_SUBST(multi_basedir)
 
+# Even if the default multilib is not a cross compilation,
+# it may be that some of the other multilibs are.
+if test $cross_compiling = no && test $multilib = yes \
+   && test "x${with_multisubdir}" != x ; then
+   cross_compiling=maybe
+fi
+
 AC_OUTPUT_COMMANDS([
 # Only add multilib support code if we just rebuilt the top-level
 # Makefile.