diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2003-09-01 22:05:16 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2003-09-01 22:05:16 +0000 |
commit | 26921d67fe8cd594f8dbf708fe06beeb044e5b01 (patch) | |
tree | 35569e5928f722460ff79f02be58e56400da5deb /lib/config.sub | |
parent | f7613f1314cef75e3f7f759d8d140cb75bce021c (diff) | |
download | automake-26921d67fe8cd594f8dbf708fe06beeb044e5b01.tar.gz |
* lib/config.sub, lib/config.guess, lib/texinfo.tex,
lib/config-ml.in, lib/symlink-tree: New upstream versions.
Diffstat (limited to 'lib/config.sub')
-rw-r--r-- | lib/config.sub | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/config.sub b/lib/config.sub index 6eea72728..689009918 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-07-17' +timestamp='2003-08-18' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -118,7 +118,7 @@ esac # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu* | kfreebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + nto-qnx* | linux-gnu* | linux-dietlibc | kfreebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -1165,6 +1165,9 @@ case $os in -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; |