Return-Path: Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 69242 invoked by uid 1093); 8 Feb 2001 21:31:05 -0000 Date: 8 Feb 2001 21:31:04 -0000 Message-ID: <20010208213104.69228.qmail@apache.org> From: wsanchez@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/helpers config.guess config.sub wsanchez 01/02/08 13:31:02 Modified: helpers config.guess config.sub Log: Add Darwin/Mac OS. Revision Changes Path 1.5 +3 -0 apr/helpers/config.guess Index: config.guess =================================================================== RCS file: /home/cvs/apr/helpers/config.guess,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- config.guess 2000/10/09 14:07:57 1.4 +++ config.guess 2001/02/08 21:30:52 1.5 @@ -947,6 +947,9 @@ *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; + *:Darwin:*:*) + echo `uname -p`-apple-darwin${UNAME_RELEASE} + exit 0 ;; *:OS/2:*:*) echo "i386-pc-os2_emx" exit 0;; 1.5 +1 -1 apr/helpers/config.sub Index: config.sub =================================================================== RCS file: /home/cvs/apr/helpers/config.sub,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- config.sub 2000/10/09 14:07:57 1.4 +++ config.sub 2001/02/08 21:30:55 1.5 @@ -921,7 +921,7 @@ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ - | -interix* | -uwin* | -rhapsody* | -openstep* | -oskit* \ + | -interix* | -uwin* | -rhapsody* | -darwin* | -openstep* | -oskit* \ | -tpf* | -os390* | -vmcms* ) # Remember, each alternative MUST END IN *, to match a version number. ;;