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: /export/h
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
=
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
1
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
=
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: Configu
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: /export/home
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 a
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
===
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
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
I
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
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: httpd.
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
without
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 apache
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
===
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 apache-1.3/src/Confi
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: /export/home
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: /export/home/c
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: /
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 apach
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
===
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: httpd.
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 t
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
===
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 +7
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 init
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
1.314
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: /export/home/cvs/apa
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
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 -29apache-1.3/src/Con
martin 98/10/07 02:19:32
Modified:src/include httpd.h
src/os/win32 registry.c
src Configure
Log:
There we go -- Get 1.3.3 rolling!
Revision ChangesPath
1.247 +2 -2 apache-1.3/src/include/httpd.h
Index: httpd.h
==
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 sh
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 apache-1.3/src/Config
jim 98/08/12 10:04:49
Modified:src Configure
Log:
Work around broken sed/awk on AUX
Revision ChangesPath
1.284 +1 -1 apache-1.3/src/Configure
Index: Configure
===
RCS file: /export/
jim 98/07/17 12:08:27
Modified:src Configure
Log:
Work around AIX dependency
Revision ChangesPath
1.278 +3 -4 apache-1.3/src/Configure
Index: Configure
===
RCS file: /export/home/cv
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 :) )
Revisio
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
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
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, a
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
=
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
===
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
==
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: /export/home/cvs/ap
jim 98/04/21 14:00:44
Modified:src Configure PORTING
Log:
It's bogus to fail just because we don't
have an entry in conf.h for the OS... what the hell, give it a
try and continue with the build process. We may get lucky. And
even if we don't, we're in no worse shape th
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 w
rse 98/04/04 08:21:24
Modified:src Configure
Log:
typo
Revision ChangesPath
1.226 +1 -1 apache-1.3/src/Configure
Index: Configure
===
RCS file: /export/home/cvs/apache-1.3/src/Confi
dgaudet 98/03/26 16:38:51
Modified:src Configure
Log:
more LFLAGS stuff... this is a nop
Revision ChangesPath
1.221 +0 -1 apache-1.3/src/Configure
Index: Configure
===
RCS file: /export
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
==
jim 98/03/25 12:33:41
Modified:src Configure
Log:
PR: 1962(??)
Obtained from: Lars <[EMAIL PROTECTED]>
Submitted by: Jim Jagielski
Add the SCO_SV port
Revision ChangesPath
1.219 +6 -0 apache-1.3/src/Configure
Index: Configure
===
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 glo
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 x
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
==
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
=
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
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
marc98/03/15 09:03:54
Modified:src Configure
Log:
Some awks (eg. SunOS4) don't like this line continuation, so remove it.
Revision ChangesPath
1.209 +1 -2 apache-1.3/src/Configure
Index: Configure
==
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
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 wan
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
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 makin
rasmus 98/03/09 11:02:31
Modified:src Configure
Log:
The generated CFLAGS line needs to end up looking like:
-DSERVER_SUBVERSION=\"WHATEVER\"
Need to add a bunch of escapes here to achieve that.
Revision ChangesPath
1.199 +1 -1 apache-1.3/src/Configu
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
===
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:
SUBVERSION=
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 to
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
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 Apac
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: /h
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: /export/home/cvs/a
pcs 98/02/04 02:27:44
Modified:src Configure
Log:
Add -DSHARED_MODULE when compiling modules to be shared (at least, when
Configure auto-creates a Makefile to build the module).
Submitted by: Alexei
Revision ChangesPath
1.182 +1 -1 apache-1.3/src/
pcs 98/02/03 02:49:27
Modified:src Configure
Log:
Add support for building shared modules. A new Configuration command,
SharedModule, indicates that a module should be built as a shared library.
For example:
SharedModule modules/standard/mod_status.so
(note
70 matches
Mail list logo