wsanchez    01/02/08 13:33:35

  Modified:    shmem/unix/mm config.guess config.sub
  Log:
  Add Darwin/Mac OS.
  
  Revision  Changes    Path
  1.6       +3 -0      apr/shmem/unix/mm/config.guess
  
  Index: config.guess
  ===================================================================
  RCS file: /home/cvs/apr/shmem/unix/mm/config.guess,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- config.guess      2000/05/03 17:15:48     1.5
  +++ config.guess      2001/02/08 21:33:24     1.6
  @@ -839,6 +839,9 @@
       *:Rhapsody:*:*)
        echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
        exit 0 ;;
  +    *:Darwin:*:*)
  +     echo `uname -p`-apple-darwin${UNAME_RELEASE}
  +     exit 0 ;;
   esac
   
   #echo '(No uname command or uname output not recognized.)' 1>&2
  
  
  
  1.6       +1 -1      apr/shmem/unix/mm/config.sub
  
  Index: config.sub
  ===================================================================
  RCS file: /home/cvs/apr/shmem/unix/mm/config.sub,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- config.sub        2000/06/30 19:18:16     1.5
  +++ config.sub        2001/02/08 21:33:26     1.6
  @@ -913,7 +913,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*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
  
  
  

Reply via email to