jorton      2004/08/28 09:27:32

  Modified:    build    Tag: APR_0_9_BRANCH config.guess config.sub
  Log:
  * build/config.guess, build/config.sub: Merge changes for DragonFly
  BSD.
  
  PR: 29858
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.7.2.1   +4 -1      apr/build/config.guess
  
  Index: config.guess
  ===================================================================
  RCS file: /home/cvs/apr/build/config.guess,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -d -w -u -r1.7 -r1.7.2.1
  --- config.guess      16 Apr 2002 08:49:03 -0000      1.7
  +++ config.guess      28 Aug 2004 16:27:31 -0000      1.7.2.1
  @@ -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'
   
  @@ -1137,6 +1137,9 @@
        exit 0 ;;
       *: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
  
  
  
  1.6.2.2   +1 -1      apr/build/config.sub
  
  Index: config.sub
  ===================================================================
  RCS file: /home/cvs/apr/build/config.sub,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -d -w -u -r1.6.2.1 -r1.6.2.2
  --- config.sub        26 Feb 2004 21:21:47 -0000      1.6.2.1
  +++ config.sub        28 Aug 2004 16:27:31 -0000      1.6.2.2
  @@ -1136,7 +1136,7 @@
              | -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*)
  
  
  

Reply via email to