jim 98/09/30 08:48:09
Modified: . STATUS src Configure src/helpers GuessOS Log: Fine-time Earle Ake's port for Pyramid DC/OSx and note it in STATUS Revision Changes Path 1.497 +0 -4 apache-1.3/STATUS Index: STATUS =================================================================== RCS file: /export/home/cvs/apache-1.3/STATUS,v retrieving revision 1.496 retrieving revision 1.497 diff -u -r1.496 -r1.497 --- STATUS 1998/09/30 14:50:57 1.496 +++ STATUS 1998/09/30 15:48:06 1.497 @@ -26,10 +26,6 @@ Available Patches: - * Earle Ake: Apache 1.3.1 port to Pyramid DC/OSx - <[EMAIL PROTECTED]> - Status: Jim will followup - * Patches for the DSO/mod_perl problem (see below for description): Ralf's "[PATCH] Fix module init" 1.296 +1 -1 apache-1.3/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apache-1.3/src/Configure,v retrieving revision 1.295 retrieving revision 1.296 diff -u -r1.295 -r1.296 --- Configure 1998/09/24 10:21:59 1.295 +++ Configure 1998/09/30 15:48:07 1.296 @@ -612,7 +612,7 @@ DEF_WANTHSREGEX=yes LIBS="$LIBS -lsocket -lnsl -lc" ;; - NILE*-*-*DC-OSx*dcosx) + pyramid-pyramid-svr4) OS='SVR4' CFLAGS="$CFLAGS -DSVR4 -DNO_LONG_DOUBLE" DEF_WANTHSREGEX=yes 1.48 +3 -1 apache-1.3/src/helpers/GuessOS Index: GuessOS =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/GuessOS,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- GuessOS 1998/09/28 20:04:35 1.47 +++ GuessOS 1998/09/30 15:48:08 1.48 @@ -247,7 +247,9 @@ *:4.0:2:*) echo "whatever-unisys-sysv4"; exit 0; ;; - + *:*:dcosx:NILE*) + echo "pyramid-pyramid-svr4"; exit 0; + ;; esac #