Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 3847 invoked by uid 6000); 8 Mar 1998 13:30:34 -0000 Received: (qmail 3840 invoked from network); 8 Mar 1998 13:30:26 -0000 Received: from gate-isdn.ukweb.com (194.152.65.149) by taz.hyperreal.org with SMTP; 8 Mar 1998 13:30:26 -0000 Received: from (ecstasy.localnet) [192.168.2.4] by gate-isdn.ukweb.com with smtp (Exim 1.82 #1) id 0yBgAW-00021j-00; Sun, 8 Mar 1998 13:31:08 +0000 Date: Sun, 8 Mar 1998 13:30:05 +0000 (GMT) From: Paul Sutton To: new-httpd@hyperreal.org Subject: [PATCH] Allow multiple modules to set SERVER_SUBVERSION Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org This simple patch lets modules append themselves to SERVER_SUBVERSION at configure time without interfering with other modules doing the same. It is used like this in .module files or CONFIG_START/END sections: SUBVERSION="$SUBVERSION mymodule/123" At present multiple modules adding themselves to the version string get confused, causing compile warnings and ending up with only one module in the version. I think this is a bug fix to the configure process. Module authors using -DSERVER_SUBVERSION in their $CFLAGS will have to make a slight modification to the above format instead. This will only affect modules designed for 1.3 betas. //pcs Index: Configure =================================================================== RCS file: /export/home/cvs/apache-1.3/src/Configure,v retrieving revision 1.194 diff -u -r1.194 Configure --- Configure 1998/03/05 18:58:31 1.194 +++ Configure 1998/03/08 13:24:56 @@ -1047,6 +1047,14 @@ EOF4 awk -f $awkfile >>Makefile