summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-08-28 16:27:31 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-08-28 16:27:31 +0000
commit44d001d6b369e524a8b0c566c89da05d3fb96e86 (patch)
tree624b4e57e49c3fcaf8639d75a5de514ce41cfc97
parent0ac57b8823c922f2035b73c3a260ad8715b50ab5 (diff)
downloadlibapr-44d001d6b369e524a8b0c566c89da05d3fb96e86.tar.gz
* build/config.guess, build/config.sub: Merge changes for DragonFly
BSD. PR: 29858 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@65316 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xbuild/config.guess5
-rwxr-xr-xbuild/config.sub2
2 files changed, 5 insertions, 2 deletions
diff --git a/build/config.guess b/build/config.guess
index 6cfac28c8..aa71b6857 100755
--- a/build/config.guess
+++ b/build/config.guess
@@ -1,7 +1,7 @@
#! /bin/sh
# Attempt to guess a canonical system name.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-# 2000, 2001, 2002 Free Software Foundation, Inc.
+# 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
timestamp='2002-03-20'
@@ -1138,6 +1138,9 @@ EOF
*:ITS:*:*)
echo pdp10-unknown-its
exit 0 ;;
+ *:DragonFly:*:*)
+ echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
+ exit 0 ;;
i*86:XTS-300:*:STOP)
echo ${UNAME_MACHINE}-unknown-stop
exit 0 ;;
diff --git a/build/config.sub b/build/config.sub
index c8e1f51bd..36a640128 100755
--- a/build/config.sub
+++ b/build/config.sub
@@ -1136,7 +1136,7 @@ case $os in
| -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
- | -morphos* | -superux* | -rtmk* | -rtmk-nova*)
+ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -dragonfly*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)