cvs commit: apache-1.3/src Configure

2000-02-06 Thread martin
martin 00/02/05 17:27:24 Modified:src Configure Log: Improve DSO default for SINIX cc Revision ChangesPath 1.393 +1 -1 apache-1.3/src/Configure Index: Configure === RCS file:

cvs commit: apache-1.3/src Configure

2000-01-15 Thread rbb
rbb 00/01/15 08:10:47 Modified:src Configure Log: Add -Ae flag to HPUX compiler. This allows HPUX to compile with the long long variable types. Revision ChangesPath 1.389 +2 -2 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

2000-01-14 Thread bjh
bjh 00/01/14 08:10:36 Modified:src Configure Log: Allow different file name extensions for the shared core and shared modules. Set HPUX to use .sl for the core .so for modules. Set OS/2 to use .dll for both. Reviewed by: Ryan Bloom Revision ChangesPath

cvs commit: apache-1.3/src Configure

2000-01-10 Thread martin
martin 00/01/10 02:39:51 Modified:src Configure Log: Improve compilation on RISC-based BS2000 mainframes by autodetecting the presence of MIPS CPUs (speed improvement 3..6-fold) Revision ChangesPath 1.384 +6 -0 apache-1.3/src/Configure Index:

cvs commit: apache-1.3/src Configure

2000-01-10 Thread jim
jim 00/01/10 15:53:13 Modified:src Configure Log: Adjust from a previously unused test method (-n) to an ugly case statement Revision ChangesPath 1.386 +6 -3 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1999-12-20 Thread martin
martin 99/12/20 06:50:57 Modified:src Configure Log: Add a default compiler switch Revision ChangesPath 1.383 +2 -1 apache-1.3/src/Configure Index: Configure === RCS file:

cvs commit: apache-1.3/src Configure

1999-12-15 Thread martin
martin 99/12/15 13:45:19 Modified:src Configure Log: Avoid spawning an extra subshell for every header file. Protect the environment elsewhere by putting the whole header loop in a subshell. Noticed by Ralf Engelschall Revision ChangesPath 1.382 +4 -1

cvs commit: apache-1.3/src Configure

1999-12-13 Thread martin
martin 99/12/13 06:33:27 Modified:src Configure Log: Undo recent shell-env-workaround for MPE/iX. Use explicit export to force variables into environment. Revision ChangesPath 1.380 +3 -3 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1999-12-13 Thread martin
martin 99/12/13 14:00:19 Modified:src Configure Log: Oops. Add missing quotes. Noticed by Mark Bixby. Submitted by: Mark Bixby Revision ChangesPath 1.381 +1 -1 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1999-10-27 Thread rse
rse 99/10/27 02:30:20 Modified:src Configure Log: Take over changes from OpenBSD's integrated httpd source to their OpenBSD entry in Configure in order to reduce their patching next time. Revision ChangesPath 1.373 +2 -0 apache-1.3/src/Configure

cvs commit: apache-1.3/src Configure

1999-09-09 Thread rasmus
rasmus 99/09/09 13:14:38 Modified:.configure src Configure Log: A failure here is pretty much never due to the compiler not being ANSI compliant but nearly always because a required library is missing. Since this message went in, my support load for

cvs commit: apache-1.3/src Configure

1999-08-16 Thread randy
randy 99/08/15 17:49:09 Modified:src Configure Log: Make HPUX use the default .so extension for DSO modules. The right way to do this is probably to propagate the use of SHLIB_EXT_NAME throughout the configuration process, but we have used .so forever for HPUX

cvs commit: apache-1.3/src Configure CHANGES

1999-08-16 Thread coar
coar99/08/16 11:55:47 Modified:src/include httpd.h src/os/win32 registry.c src Configure CHANGES Log: Advance everything to 1.3.10-dev. Revision ChangesPath 1.295 +2 -2 apache-1.3/src/include/httpd.h Index:

cvs commit: apache-1.3/src Configure

1999-07-22 Thread rasmus
rasmus 99/07/22 10:41:48 Modified:src Configure Log: Need to take a different approach here. I think the easiest thing to do is simply to require modules installed via apxs to provide their own .exp file for AIX. Revision ChangesPath 1.361 +0 -1

cvs commit: apache-1.3/src Configure

1999-07-20 Thread rasmus
rasmus 99/07/20 10:59:44 Modified:src Configure Log: This should make mod_dav build using apxs under AIX again. Revision ChangesPath 1.359 +1 -0 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1999-06-25 Thread bjh
bjh 99/06/24 21:32:50 Modified:src Configure Log: OS/2: Change some compiler switches to make core compatible with 3rd party modules that use autoconf, esp. PHP3, and remove some redundant switched. Revision ChangesPath 1.357 +2 -2

cvs commit: apache-1.3/src Configure

1999-06-07 Thread ben
ben 99/06/07 05:05:35 Modified:src Configure Log: Allow Libs: in .module files. Revision ChangesPath 1.352 +6 -1 apache-1.3/src/Configure Index: Configure === RCS file:

cvs commit: apache-1.3/src Configure

1999-05-25 Thread jim
jim 99/05/25 05:24:45 Modified:src Configure Log: be consistant (and anal) ;) Revision ChangesPath 1.350 +3 -3 apache-1.3/src/Configure Index: Configure === RCS file:

cvs commit: apache-1.3/src Configure

1999-05-10 Thread bjh
bjh 99/05/09 20:52:45 Modified:src Configure Log: Enable EXTRA_LIBS when linking OS/2 dlls Revision ChangesPath 1.343 +1 -1 apache-1.3/src/Configure Index: Configure === RCS file:

cvs commit: apache-1.3/src Configure

1999-03-30 Thread manoj
manoj 99/03/30 00:58:34 Modified:src Configure Log: Reviewed by: Ryan Bloom Fix DSO support under AIX 4.3. With using_shlib forced to 0, many of the settings needed in the Makefile to build DSOs don't get set. Revision ChangesPath 1.337 +0 -1

cvs commit: apache-1.3/src Configure CHANGES

1999-03-23 Thread lars
lars99/03/22 16:36:59 Modified:src/include httpd.h src/os/win32 registry.c src Configure CHANGES Log: yet another new dev version. Revision ChangesPath 1.276 +2 -2 apache-1.3/src/include/httpd.h Index: httpd.h

cvs commit: apache-1.3/src Configure CHANGES

1999-03-21 Thread lars
lars99/03/20 21:07:29 Modified:src/include httpd.h src/os/win32 registry.c src Configure CHANGES Log: make source ready for the next round... Revision ChangesPath 1.274 +2 -2 apache-1.3/src/include/httpd.h Index:

cvs commit: apache-1.3/src Configure

1999-01-15 Thread jim
jim 99/01/15 12:32:54 Modified:src Configure Log: Found my old System 7 shell book... Looks like this . vs x stuff isn't needed at all, as long as we wrap both sides in . So, instead we'll use $VAR = or $VAR = value and this make it

cvs commit: apache-1.3/src Configure

1999-01-02 Thread jim
jim 99/01/02 15:54:35 Modified:src Configure Log: Fix Configure buglet when using SOCKS Submitted by: Life is hard, and then you die. [EMAIL PROTECTED] Revision ChangesPath 1.318 +2 -2 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1999-01-01 Thread martin
martin 99/01/01 15:48:02 Modified:src Configure Log: The $INCLUDES variable is possibly constructed by the .modules scripts, therefore it must be written only after all of the .modules handling. Submitted by: Ralf Engelschall Revision ChangesPath 1.317

cvs commit: apache-1.3/src Configure

1998-12-23 Thread martin
martin 98/12/22 16:26:07 Modified:src Configure Log: Move some of the variables which are added to Makefile.config further up to a place where TestCompile can take advantage of them. This could improve some of the configuration guessing attempts and especially module

cvs commit: apache-1.3/src Configure

1998-12-22 Thread jim
jim 98/12/22 07:05:18 Modified:src Configure Log: Some Configure cleanups... we were using TABs inconsistantly. We use TABs in Configure since, at times, it generates inline scripts to awk and sed, and some shells have small buffers Revision ChangesPath

cvs commit: apache-1.3/src Configure

1998-12-09 Thread jim
jim 98/12/09 14:07:52 Modified:src Configure Log: Typo: lack of newline Revision ChangesPath 1.312 +2 -1 apache-1.3/src/Configure Index: Configure === RCS file:

cvs commit: apache-1.3/src Configure

1998-10-27 Thread rse
rse 98/10/27 02:37:47 Modified:src Configure Log: Fix the LDLIBS_SHLIB for Rhapsody. Submitted by: Wilfredo Sanchez [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall Comment: It's not a really good fix, but it's currently the only way to fix it for

cvs commit: apache-1.3/src Configure

1998-10-20 Thread jim
jim 98/10/19 16:58:28 Modified:src Configure Log: Some changes to conserve/maintain some coding consistancy. Always quote strings and use 'x' as first preference when performing empty string hack. Revision ChangesPath 1.300 +29 -29

cvs commit: apache-1.3/src Configure

1998-09-20 Thread rse
rse 98/09/20 08:48:58 Modified:src Configure Log: Wilfredo Sanchez [EMAIL PROTECTED]: ``So shared core is going to need a little work. I suggest we turn it off for now, since its easier to figure out that you can remove -s from the Makefile, than it is to make the

cvs commit: apache-1.3/src Configure

1998-09-19 Thread rse
rse 98/09/19 05:47:21 Modified:src Configure Log: Let SHARED_CORE default to yes under Rhapsody to make the core symbols available to the module DSOs. (The other patch parts are just tab fixes) Revision ChangesPath 1.292 +4 -4

cvs commit: apache-1.3/src Configure

1998-07-17 Thread jim
jim 98/07/17 10:59:53 Modified:src Configure Log: Move some uses of TestCompile down to where they make the most sense: down to a place where Makefile.config is almost totally built (except for $LIBS, which is good since that's what we will be adjusting :) )

cvs commit: apache-1.3/src Configure

1998-07-12 Thread jim
jim 98/07/12 06:32:51 Modified:src Configure Log: Oops... gotta recall that older (and esp. SysV-based) tr's require the '[]' method. This works fine with BSD tr's since it maps the [ to [ and the ] to ]. Cover all bases. Revision ChangesPath 1.275 +1 -1

cvs commit: apache-1.3/src Configure

1998-06-08 Thread dgaudet
dgaudet 98/06/08 11:06:47 Modified:src Configure Log: tsk tsk brian. update to take into account brian's latest change to ncr. Revision ChangesPath 1.265 +1 -1 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-05-06 Thread martin
martin 98/05/06 14:12:40 Modified:conf httpd.conf-dist src Configure Log: Some kernels refuse to setgid(group) or semctl(IPC_SET) when the group number is above 6. The Apache Default of #-1 is interpreted by these kernels as a huge positive integer,

cvs commit: apache-1.3/src Configure

1998-05-04 Thread martin
martin 98/05/04 09:59:22 Modified:src Configure Log: ReliantUNIX 5.44 has problems with USE_SYSVSEM_SERIALIZED_ACCEPT Revision ChangesPath 1.254 +7 -1 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-05-03 Thread rse
rse 98/05/03 11:45:56 Modified:src Configure Log: Patterns don't work inside ticks. Submitted by: Jens-Uwe Mager Reviewed by: Ralf S. Engelschall Revision ChangesPath 1.253 +1 -1 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-04-22 Thread rse
rse 98/04/22 07:49:39 Modified:src Configure Log: Make Marc happy... ;-) Revision ChangesPath 1.244 +5 -5 apache-1.3/src/Configure Index: Configure === RCS file:

cvs commit: apache-1.3/src Configure

1998-04-22 Thread brian
brian 98/04/22 15:54:56 Modified:src Configure Log: The bug_report.html page gives an email address to contact. And who's using a forms-free browser these days anyways? Revision ChangesPath 1.245 +3 -5 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-04-04 Thread rse
rse 98/04/04 08:42:46 Modified:src Configure Log: Make the Perl interpreter check for the DSO fallback more robust by avoiding confusing perl: not found messages. Although it worked correctly this really makes the user think Perl is required for shared object support

cvs commit: apache-1.3/src Configure

1998-03-26 Thread martin
martin 98/03/26 06:09:51 Modified:src Configure Log: Move BS2000 compile switches to CC macro, since these flags must be present both for compile and link Revision ChangesPath 1.220 +2 -2 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-03-25 Thread martin
martin 98/03/25 07:26:52 Modified:src Configure Log: Use additional switches for Bs2000 C Compiler: They force CC to use mixed case and underscores in the generated *.o files (And I wonder why that is not the default in the POSIX subsystem) Without these flags, no two

cvs commit: apache-1.3/src Configure

1998-03-23 Thread rse
rse 98/03/22 23:26:05 Modified:src Configure Log: Make shared object compilation more portable, because there are vendor compilers out there (for instance UnixWare's cc) which don't honor the `-o' option when used in combination with the `-c' option. They always create

cvs commit: apache-1.3/src Configure

1998-03-20 Thread marc
marc98/03/20 10:29:49 Modified:src Configure Log: OpenBSD doesn't need -ldbm. Submitted by: Bob Beck [EMAIL PROTECTED] Revision ChangesPath 1.216 +1 -0 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-03-18 Thread jim
jim 98/03/18 12:50:40 Modified:src Configure Log: Submitted by: Jim Jagielski BUG: Configure wasn't using CC consistantly... We set CC to whatever it eventually is set to in Makefile Revision ChangesPath 1.213 +20 -12apache-1.3/src/Configure

cvs commit: apache-1.3/src Configure

1998-03-18 Thread jim
jim 98/03/18 14:09:30 Modified:src Configure Log: PR: 1901 Submitted by: Jim Jagielski BUG: Use -n32 for IRIX only if CC is cc Revision ChangesPath 1.214 +47 -25apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-03-16 Thread Ralf S. Engelschall
rse 98/03/16 10:36:18 Modified:src Configure Log: Shared object support for UnixWare 2.1.x (still not tested but according to the manpages of 2.1.2 this should be correct) Revision ChangesPath 1.210 +8 -0 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-03-14 Thread jim
jim 98/03/13 16:08:57 Modified:src Configure Log: Wrap the saved CFLAGS -D entries to allow external modules to overrule values and cut down on redef. warnings Revision ChangesPath 1.208 +2 -1 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-03-11 Thread jim
jim 98/03/11 13:06:06 Modified:src Configure Log: Submitted by: Jim Jagielski If Configuration.tmpl is more recent that Configuration, Configure will now complain. Revision ChangesPath 1.203 +17 -1 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-03-11 Thread rasmus
rasmus 98/03/11 15:58:04 Modified:src Configure Log: When writing the SERVER_SUBVERSION -D flag to ap_config.h it came out looking like: #define SERVER_SUBVERSION \whatever\ When including this in a file you end up with an unterminated string constant. We want

cvs commit: apache-1.3/src Configure

1998-03-10 Thread dgaudet
dgaudet 98/03/10 01:52:19 Modified:src Configure Log: It is bogus to use LDFLAGS on the shared ld command line for at least two reasons: - LDFLAGS has traditionally meant flags to use when linking an executable, and such flags can be different than those for making

cvs commit: apache-1.3/src Configure

1998-03-09 Thread pcs
pcs 98/03/09 00:41:59 Modified:src Configure Log: This 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:

cvs commit: apache-1.3/src Configure

1998-03-09 Thread Ralf S. Engelschall
rse 98/03/09 04:52:06 Modified:src Configure Log: ConfigStart/End sections were totally ignored for SharedModule Revision ChangesPath 1.197 +9 -5 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-03-08 Thread Ralf S. Engelschall
rse 98/03/08 04:58:21 Modified:src Configure Log: Fix Configure script: 1. move generation of ap_config.h to a later point in the script because else it doesn't pick up HIDE or STATUS correctly. 2. change the generation of shared objects from explicit rules

cvs commit: apache-1.3/src Configure

1998-03-01 Thread Ralf S. Engelschall
rse 98/03/01 04:56:03 Modified:src Configure Log: Make display more consequent: All other + .. messages start with a lower case... Revision ChangesPath 1.192 +1 -1 apache-1.3/src/Configure Index: Configure

cvs commit: apache-1.3/src Configure

1998-02-28 Thread pcs
pcs 98/02/28 03:50:53 Modified:src Configure Log: Module Makefiles generated by Configure do not remove shared library files (.so). Also they remove *.o which could delete object files not part of Apache. Ensure that make clean in module directories only removes

cvs commit: apache-1.3/src Configure

1998-02-27 Thread martin
martin 98/02/27 06:45:01 Modified:src Configure Log: SVR4 (at least SINIX) needs -DHAS_DLFCN Revision ChangesPath 1.189 +1 -1 apache-1.3/src/Configure Index: Configure === RCS file:

cvs commit: apache-1.3/src Configure

1998-02-21 Thread jim
jim 98/02/21 09:22:57 Modified:src Configure Log: Oops... wrong quotes :) Revision ChangesPath 1.188 +1 -1 apache-1.3/src/Configure Index: Configure === RCS file: