]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/config.guess: New version from FSF.
authorTom Tromey <tromey@redhat.com>
Mon, 28 Jan 2002 00:33:48 +0000 (00:33 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 28 Jan 2002 00:33:48 +0000 (00:33 +0000)
ChangeLog
lib/config.guess

index 22737e32f06cfd5560c8ffe213d393430466b77b..4e313878fc78879e74b4cc88e2b14996e67cea5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-01-27  Tom Tromey  <tromey@redhat.com>
 
+       * lib/config.guess: New version from FSF.
+
        * Makefile.am (uninstall-hook): New target.
 
 2002-01-24  Akim Demaille  <akim@epita.fr>
index aa6ea3f676608cb445e4f9ecfcb2ebfc11187e64..c2801e987aec8117f052cc24a505759dc639307a 100755 (executable)
@@ -3,7 +3,7 @@
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002 Free Software Foundation, Inc.
 
-timestamp='2002-01-10'
+timestamp='2002-01-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -837,7 +837,9 @@ EOF
        # The BFD linker knows what the default object file format is, so
        # first see if it will tell us. cd to the root directory to prevent
        # problems with other programs or directories called `ld' in the path.
-       ld_supported_targets=`cd /; ld --help 2>&1 \
+       # Export LANG=C to prevent ld from outputting information in other
+       # languages.
+       ld_supported_targets=`LANG=C; export LANG; cd /; ld --help 2>&1 \
                         | sed -ne '/supported targets:/!d
                                    s/[         ][      ]*/ /g
                                    s/.*supported targets: *//
@@ -874,8 +876,12 @@ EOF
        LIBC=gnulibc1
        # endif
        #else
+       #ifdef __INTEL_COMPILER
+       LIBC=gnu
+       #else
        LIBC=gnuaout
        #endif
+       #endif
 EOF
        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
        rm -f $dummy.c