You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@hyperreal.org on 1999/12/19 19:18:11 UTC

cvs commit: apache-2.0/src Configure

dreid       99/12/19 10:18:11

  Modified:    src      Configure
  Log:
  Continuing the work to overcome the PowerPC BeOS autoconf is this little
  patch that allows Apache to be built at long last on PowerPC BeOS.
  
  Revision  Changes    Path
  1.18      +12 -2     apache-2.0/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/Configure,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- Configure	1999/12/19 10:05:04	1.17
  +++ Configure	1999/12/19 18:18:10	1.18
  @@ -758,13 +758,23 @@
   	MAKE="make"
   	DEF_WANTHSREGEX=yes
   	;;
  -    *-BeOS*)
  +    BePC-*-BeOS*)
   	OS='BeOS';
   	CFLAGS="$CFLAGS -DBEOS"
   	DEF_WANTHSREGEX=yes
   	OSDIR='os/beos'
   	DEF_MPM_METHOD=mpmt_beos
  -       ;;
  +         ;;
  +    BeMac-*-BeOS*)
  +        OS='BeOS'
  +        CFLAGS="$CFLAGS -DBEOS"
  +        DEF_WANTHSREGEX=yes
  +        OSDIR='os/beos'
  +        CPP="mwcc -E"
  +        CC="mwcc"
  +        AR="ar"
  +        DEF_MPM_METHOD=mpmt_beos
  +        ;;
       4850-*.*)
   	OS='NCR MP/RAS'
   	CFLAGS="$CFLAGS -DSVR4 -DMPRAS"