cvs commit: apache-1.3/src/support apxs.pl

2000-02-06 Thread rse
rse 00/02/06 05:16:02 Modified:src CHANGES src/support apxs.pl Log: Fix handling of multiple queries in APXS commands (e.g. apxs -q CC CFLAGS) and make sure Perl-related command line options (which can contain the :: constructs) do no longer cause an

cvs commit: apache-1.3/src/support apxs.pl apxs.8

1999-12-16 Thread rse
rse 99/12/16 08:10:31 Modified:src CHANGES src/support apxs.pl apxs.8 Log: Consistency cleanup of the complete APXS tool and corresponding manpage after the numerous small recent changes. Revision ChangesPath 1.1481+3 -0

cvs commit: apache-1.3/src/support apxs.pl

1999-12-07 Thread wsanchez
wsanchez99/12/06 16:03:26 Modified:src/support apxs.pl Log: If we can't open httpd.conf, print a warning, but don't die. Otherwise, you can't install a module into a package root. Revision ChangesPath 1.30 +11 -8 apache-1.3/src/support/apxs.pl Index:

cvs commit: apache-1.3/src/support apxs.pl

1999-12-06 Thread wsanchez
wsanchez99/12/06 15:55:43 Modified:src/support apxs.pl Log: Perform check for $CFG_SBINDIR/$CFG_TARGET _after_ the command line overrides for CFG_SBINDIR and CFG_TARGET have been evaluated. Revision ChangesPath 1.29 +15 -15apache-1.3/src/support/apxs.pl

cvs commit: apache-1.3/src/support apxs.pl

1999-10-27 Thread rse
rse 99/10/27 00:22:50 Modified:src/support apxs.pl Log: Allow egcc and /path/to/gcc, too. Revision ChangesPath 1.28 +1 -1 apache-1.3/src/support/apxs.pl Index: apxs.pl === RCS file:

cvs commit: apache-1.3/src/support apxs.pl

1999-09-05 Thread coar
coar99/09/05 11:04:44 Modified:src Configure src/support apxs.pl Log: APXS varfs on certain quoted strings as provided by Configure on DU. This is a stopgap fix, not a real one. Revision ChangesPath 1.371 +1 -1

cvs commit: apache-1.3/src/support apxs.pl

1999-08-28 Thread wsanchez
wsanchez99/08/27 16:31:09 Modified:src/support apxs.pl Log: When apxs compiles a .o file, it cc puts it into the current working directory. But then we're looking for the .o file in the directory that contains the .c file, and the link line breaks. So lets remove the path to the

cvs commit: apache-1.3/src/support apxs.pl

1999-07-24 Thread rasmus
rasmus 99/07/24 11:05:03 Modified:src Configure src/support apxs.pl Log: This builds DSO's correctly on linux2 using gcc -shared instead of ld -Bshareable. It also tweaks apxs to correctly pass -Wl args to the linker in case the linker is gcc and not ld.

cvs commit: apache-1.3/src/support apxs.pl

1999-03-15 Thread lars
lars99/03/15 14:47:37 Modified:src/support apxs.pl Log: fix double quote bug. PR: 4058 Submitted by: James Cloos [EMAIL PROTECTED] Reviewed by: Ralf, Lars Revision ChangesPath 1.20 +1 -1 apache-1.3/src/support/apxs.pl Index: apxs.pl

cvs commit: apache-1.3/src/support apxs.pl

1999-03-14 Thread rasmus
rasmus 99/03/13 19:53:04 Modified:src/support apxs.pl Log: Add a quick sanity check here. The binary could have been moved or the permissions changed which would cause the following grep for mos_so to fail which then resulted in a misleading error message being printed. We

cvs commit: apache-1.3/src/support apxs.pl

1998-12-25 Thread rse
rse 98/12/25 07:51:26 Modified:src/support apxs.pl Log: Ops, messed up wording... Revision ChangesPath 1.16 +1 -1 apache-1.3/src/support/apxs.pl Index: apxs.pl === RCS file:

cvs commit: apache-1.3/src/support apxs.pl

1998-12-02 Thread rse
rse 98/12/02 09:17:18 Modified:src CHANGES src/support apxs.pl Log: Fix APXS tool: query variables LIBS_SHLIB and TARGET were not recognized and the usage page was inconsistent with the functionality and manpage. Revision ChangesPath 1.1158

cvs commit: apache-1.3/src/support apxs.pl

1998-11-19 Thread rse
rse 98/11/19 08:41:16 Modified:src/support apxs.pl Log: Bring the `apxs -g -n foo' generated mod_foo.c in sync with current state of include files. Revision ChangesPath 1.12 +2 -1 apache-1.3/src/support/apxs.pl Index: apxs.pl

cvs commit: apache-1.3/src/support apxs.pl

1998-05-06 Thread rse
rse 98/05/06 08:04:12 Modified:src/include http_protocol.h src/support apxs.pl Log: Fix APXS -g option after the Big Renaming. Revision ChangesPath 1.43 +2 -2 apache-1.3/src/include/http_protocol.h Index: http_protocol.h

cvs commit: apache-1.3/src/support apxs.pl

1998-05-06 Thread rse
rse 98/05/06 08:18:04 Modified:.STATUS INSTALL Makefile.tmpl src CHANGES Configure src/include http_config.h src/main http_config.c src/modules/standard mod_so.c src/support apxs.pl Log: Make

cvs commit: apache-1.3/src/support apxs.pl

1998-04-15 Thread rse
rse 98/04/15 02:46:58 Modified:src/support apxs.pl Log: Final cosmetics: Create LoadModule lines with same style as APACI's make install target. Revision ChangesPath 1.4 +1 -1 apache-1.3/src/support/apxs.pl Index: apxs.pl

cvs commit: apache-1.3/src/support apxs.pl apxs.8

1998-04-03 Thread rse
rse 98/04/03 05:29:08 Modified:.STATUS src CHANGES src/support apxs.pl apxs.8 Log: Add query option to APXS for manually determining setting. Revision ChangesPath 1.257 +1 -0 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/support apxs.pl

1998-04-01 Thread rse
rse 98/04/01 03:48:29 Modified:src/support apxs.pl Log: Perl 5.003 should work, too. Because apxs.pl uses my only as stand-alone and not inside any control structure (only in Perl 5.004). But a lot of systems have Perl 5.003 or 5.003_XX installed. Revision Changes