cvs commit: apache-2.0/src buildconf

1999-12-29 Thread sascha
sascha 99/12/29 15:53:15 Modified:src buildconf Log: Fix IFS handling. This has the nice side effect that we do not need tr anymore. Revision ChangesPath 1.10 +4 -3 apache-2.0/src/buildconf Index: buildconf

cvs commit: apache-2.0/src buildconf

1999-12-22 Thread manoj
manoj 99/12/21 19:16:38 Modified:src buildconf Log: --include-deps only seems to take advantage of pregenerated dependencies, and makes the build process refuse to generate them, so this removes it. It should be used when making a distribution, though. Revision Chang

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ryan Bloom
> > APR hasn't built a dozen different libraries for a long time. We are only > > building the one libapr.a. > > Should I send a log? Perhaps there's a step missing in the build? I > dunno. I'm confused. I don't know either. I'll look into it. It's possible that we are actually building all o

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ben Laurie
Ryan Bloom wrote: > > > OK, but the config.cache should still be removed, surely? > > > > Also, BTW, the current version completely fails to build for me (lots of > > unresolved externals) - what's the current recommended build path? > > > > I'm slightly puzzled by what's going on with APR - it se

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ryan Bloom
> OK, but the config.cache should still be removed, surely? > > Also, BTW, the current version completely fails to build for me (lots of > unresolved externals) - what's the current recommended build path? > > I'm slightly puzzled by what's going on with APR - it seems to build a > dozen differen

cvs commit: apache-2.0/src buildconf

1999-12-20 Thread manoj
manoj 99/12/19 20:38:27 Modified:src buildconf Log: Don't actually run ./configure in buildconf, it wastes lots of time if we want to use ./configure's flags, among other things. Revision ChangesPath 1.7 +1 -3 apache-2.0/src/buildconf Index: build

cvs commit: apache-2.0/src buildconf

1999-12-20 Thread manoj
manoj 99/12/19 20:34:45 Modified:src buildconf Log: We actually don't have to remove config.cache, because AC_CONFIG_SUBDIRS redirects APR's config.cache to point to Apache's. Revision ChangesPath 1.6 +0 -1 apache-2.0/src/buildconf Index: buildcon

cvs commit: apache-2.0/src buildconf

1999-12-20 Thread manoj
manoj 99/12/19 18:36:13 Modified:src buildconf Log: Put back the removing of config.cache. Also add a -f flag to the rm to eliminate a warning. Revision ChangesPath 1.5 +2 -1 apache-2.0/src/buildconf Index: buildconf

Re: cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > manoj 99/12/19 17:54:40 > > Modified:src buildconf configure.in > Log: > Make Apache's configure script run APR's. OK, but the config.cache should still be removed, surely? Also, BTW, the current version completely fails to build for me (lots of

cvs commit: apache-2.0/src buildconf configure.in

1999-12-20 Thread manoj
manoj 99/12/19 17:54:40 Modified:src buildconf configure.in Log: Make Apache's configure script run APR's. Revision ChangesPath 1.4 +0 -3 apache-2.0/src/buildconf Index: buildconf ===

cvs commit: apache-2.0/src buildconf

1999-12-20 Thread manoj
manoj 99/12/19 17:45:00 Modified:src buildconf Log: We need to run autoheader to compile APR. Revision ChangesPath 1.3 +1 -0 apache-2.0/src/buildconf Index: buildconf === RCS file:

cvs commit: apache-2.0/src buildconf

1999-12-19 Thread ben
ben 99/12/19 08:36:19 Modified:src buildconf Log: Build APR, too. Revision ChangesPath 1.2 +25 -0 apache-2.0/src/buildconf Index: buildconf === RCS file: /export/home/cvs/apache-2.