From: Bruno Haible Date: Wed, 28 Mar 2001 19:34:45 +0000 (+0000) Subject: Update config.* scripts - fixes bugs for m68k, sparc64, s390. X-Git-Tag: v0.10.36~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af4939edd1d579b9819c71d212c1acd14ea51dd;p=thirdparty%2Fgettext.git Update config.* scripts - fixes bugs for m68k, sparc64, s390. --- diff --git a/ChangeLog b/ChangeLog index a1972ebcb..6901723c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-03-28 Bruno Haible + + * config.guess, config.sub: Update to GNU version 2001-03-19. + 2001-03-25 Bruno Haible * acconfig.h (WARN_ID_LEN): Remove macro. diff --git a/config.guess b/config.guess index d22f8b96a..71de137a6 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-03-06' +timestamp='2001-03-16' # 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 @@ -757,7 +757,7 @@ EOF echo ${UNAME_MACHINE}-unknown-linux exit 0 ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnuaout + echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; mips:Linux:*:*) cat >$dummy.c <