summaryrefslogtreecommitdiff
path: root/lib/config.sub
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2002-07-28 18:47:46 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2002-07-28 18:47:46 +0000
commitc7d71ee476e674e6dbb566efa3bdb0005063f7c8 (patch)
tree498506d10b5f678358063fdd1b0b0de3a391c834 /lib/config.sub
parentc62da4c86a140130c033bd34cdcbbaf14f001f47 (diff)
downloadautomake-c7d71ee476e674e6dbb566efa3bdb0005063f7c8.tar.gz
* configure.in: Bump version to 1.6b.Release-1-6b
* lib/config.guess, lib/config.sub, lib/Automake/XFile.pm: New upstream versions. * automake.in: Don't write @ALLOCA@ and @LIBOBJS@ in clear text, since this file is processed by config.status.
Diffstat (limited to 'lib/config.sub')
-rw-r--r--lib/config.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/config.sub b/lib/config.sub
index cbb2626ee..9ff085efa 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 Free Software Foundation, Inc.
-timestamp='2002-06-21'
+timestamp='2002-07-03'
# 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* | storm-chaos* | os2-emx* | windows32-* | rtmk-nova*)
+ nto-qnx* | linux-gnu* | freebsd*-gnu* | storm-chaos* | os2-emx* | windows32-* | rtmk-nova*)
os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
;;