cvs commit: apache-2.0/src Configure

1999-12-22 Thread manoj
manoj 99/12/21 22:03:56 Modified:src Configure Log: Add a temporary ultrahack to make building easier for people jumping into Apache 2.0 that aren't messing with the configuration system. Submitted by: Chris Costello <[EMAIL PROTECTED]> (partially) Revision Change

cvs commit: apache-2.0/src Configure

1999-12-19 Thread dreid
dreid 99/12/19 10:18:11 Modified:src Configure Log: Continuing the work to overcome the PowerPC BeOS autoconf is this little patch that allows Apache to be built at long last on PowerPC BeOS. Revision ChangesPath 1.18 +12 -2 apache-2.0/src/Configure

cvs commit: apache-2.0/src Configure

1999-11-02 Thread ronald
ronald 99/11/01 21:08:53 Modified:src Configure Log: get rid of error under solaris 2.6 Revision ChangesPath 1.16 +1 -1 apache-2.0/src/Configure Index: Configure === RCS file: /home/c

cvs commit: apache-2.0/src Configure

1999-10-29 Thread bjh
bjh 99/10/29 06:20:11 Modified:src Configure Log: Prevent -Zexe switch from being passed to APR configure in LDFLAGS. autoconf's configure has it's own way of dealing with .exe suffixes which is incompatible with this switch. Revision ChangesPath 1.15 +3

cvs commit: apache-2.0/src Configure

1999-10-24 Thread bjh
bjh 99/10/23 21:26:46 Modified:src Configure Log: Use the single APR library file. Revision ChangesPath 1.14 +3 -4 apache-2.0/src/Configure Index: Configure === RCS file: /home/cvs

cvs commit: apache-2.0/src Configure

1999-10-11 Thread rbb
rbb 99/10/11 12:45:46 Modified:src Configure Log: Make sure APRLIB is in the correct order. Without this change, we get undefined externals. The next step is to make one big APR lib file. Revision ChangesPath 1.13 +1 -1 apache-2.0/src/Configure

cvs commit: apache-2.0/src Configure

1999-10-10 Thread ben
ben 99/10/10 05:17:42 Modified:src Configure Log: Always use autoconf if available. Revision ChangesPath 1.10 +1 -1 apache-2.0/src/Configure Index: Configure === RCS file: /export/

Re: cvs commit: apache-2.0/src Configure

1999-10-09 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > manoj 99/10/09 13:28:41 > > Modified:src Configure > Log: > Make Configure run autoheader in the APR directory. > > Revision ChangesPath > 1.9 +1 -1 apache-2.0/src/Configure > > Index: Configure >

cvs commit: apache-2.0/src Configure

1999-10-09 Thread manoj
manoj 99/10/09 13:28:41 Modified:src Configure Log: Make Configure run autoheader in the APR directory. Revision ChangesPath 1.9 +1 -1 apache-2.0/src/Configure Index: Configure ===

cvs commit: apache-2.0/src Configure

1999-10-01 Thread rse
rse 99/10/01 09:22:49 Modified:src Configure Log: Really also pass the remaining options to APR's configure. Unfortunately for still unknown reasons Autoconf horribly dislikes an existing -DTARGET=\"..\", so make an ugly kludge. If you can find out how one can fix this,

cvs commit: apache-2.0/src Configure

1999-10-01 Thread rse
rse 99/10/01 04:44:13 Modified:src Configure Log: Fix and extend APR configuration call. Revision ChangesPath 1.7 +1 -1 apache-2.0/src/Configure Index: Configure === RCS file: /ho

cvs commit: apache-2.0/src Configure

1999-09-27 Thread rse
rse 99/09/27 00:49:01 Modified:src Configure Log: Automatically bootstrap the APR source tree now that the majority decided not to keep `configure' scripts in CVS. Revision ChangesPath 1.6 +4 -0 apache-2.0/src/Configure Index: Configure ==