diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2003-05-18 08:38:21 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2003-05-18 08:38:21 +0000 |
commit | 49f024bf8840b4b8e1273c50c27ace1b1dcd49ce (patch) | |
tree | 7f4ce2c4811826ec0efcf5957af3cebcc3ec9c95 /lib/config.sub | |
parent | f79ed3e7b3fac1b6142e3c283f8d7bce4e4b6f34 (diff) | |
download | automake-49f024bf8840b4b8e1273c50c27ace1b1dcd49ce.tar.gz |
* lib/Autom4te/XFile.pm, lib/config.guess, lib/config.sub,
lib/texinfo.tex: New upstream versions.
Diffstat (limited to 'lib/config.sub')
-rw-r--r-- | lib/config.sub | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/config.sub b/lib/config.sub index 9772e87d2..fe4f1edf3 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2003-02-22' +timestamp='2003-05-09' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -373,6 +373,9 @@ case $basic_machine in basic_machine=a29k-none os=-bsd ;; + amd64) + basic_machine=x86_64-pc + ;; amdahl) basic_machine=580-amdahl os=-sysv |