Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 15751 invoked by uid 6000); 31 Mar 1998 15:59:59 -0000 Received: (qmail 15735 invoked by alias); 31 Mar 1998 15:59:57 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 15732 invoked by uid 168); 31 Mar 1998 15:59:57 -0000 Date: 31 Mar 1998 15:59:57 -0000 Message-ID: <19980331155957.15731.qmail@hyperreal.org> From: rse@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src/support .cvsignore Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org 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