rse 98/03/31 07:59:56
Modified: src Configure
src/support .cvsignore
Log:
Ops, seems like my commit command has ignored these two or I really have
forgotten to specify them. Just two tweaks for the APXS stuff.
Revision Changes Path
1.223 +5 -0 apache-1.3/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/Configure,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- Configure 1998/03/31 12:52:06 1.222
+++ Configure 1998/03/31 15:59:54 1.223
@@ -156,6 +156,11 @@
# Determine if shared objects are used
using_shlib=`grep '^SharedModule' $tmpfile >/dev/null && echo 1`
+# But perhaps later via apxs when just mod_so is compiled in!
+if [ ".$using_shlib" = . ]; then
+ using_shlib=`grep '^AddModule modules/standard/mod_so.o' $tmpfile
>/dev/null && echo 1`
+fi
+
# Only "assignment" ("=") statements and Module lines
# should be left at this point. If there is other stuff
# we bail out
1.6 +1 -0 apache-1.3/src/support/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/support/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 1998/03/17 13:59:01 1.5
+++ .cvsignore 1998/03/31 15:59:56 1.6
@@ -8,3 +8,4 @@
suexec
logresolve
ab
+apxs