You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Greg Stein <gs...@lyra.org> on 2000/12/05 00:08:12 UTC

Re: cvs commit: httpd-2.0/test Makefile.in

On Mon, Dec 04, 2000 at 10:33:51PM -0000, rbb@locus.apache.org wrote:
> rbb         00/12/04 14:33:51
> 
>   Modified:    .        Makefile.in configure.in
>                modules  Makefile.in
>                modules/loggers config.m4
>                server/mpm config.m4
>                server/mpm/beos config.m4
>                server/mpm/dexter config.m4
>                server/mpm/mpmt_beos config.m4
>                server/mpm/mpmt_pthread config.m4
>                server/mpm/perchild config.m4
>                server/mpm/prefork config.m4
>                server/mpm/spmt_os2 config.m4
>                test     Makefile.in
>   Log:
>   Get Apache to configure completely again.  This still doesn't build, but
>   now we are getting very close.
>...
>   --- configure.in	2000/12/04 20:10:39	1.95
>   +++ configure.in	2000/12/04 22:33:38	1.96
>   @@ -173,20 +173,19 @@
>    dnl ### util_xml is always included, so we always need Expat (for now)
>    apache_need_expat=yes
>    
>   -dnl AP_LIB_DIRS specifies the additional libs from src/lib/ that we need
>   +dnl AP_LIB_DIRS specifies the additional libs from srclib/ that we need
>    dnl AP_LIBS specifies the actual libraries. note we have some required libs.
>   -AP_LIBS="lib/pcre/libpcre.la lib/aputil/libaputil.la"
>   -INCLUDES="$INCLUDES -I\$(top_srcdir)/lib/aputil"
>   +AP_LIBS="srclib/pcre/libpcre.la"
>    
>    if test "$apache_need_sdbm" = "yes"; then
>      AP_LIB_DIRS="$AP_LIB_DIRS sdbm"
>   -  AP_LIBS="$AP_LIBS lib/sdbm/libsdbm.la"
>   -  INCLUDES="$INCLUDES -I\$(top_srcdir)/lib/sdbm"
>   +  AP_LIBS="$AP_LIBS srclib/sdbm/libsdbm.la"
>   +  INCLUDES="$INCLUDES -I\$(top_srcdir)/srclib/sdbm"
>    fi
>    if test "$apache_need_expat" = "yes"; then
>      AP_LIB_DIRS="$AP_LIB_DIRS expat-lite"
>   -  AP_LIBS="$AP_LIBS lib/expat-lite/libexpat.la"
>   -  INCLUDES="$INCLUDES -I\$(top_srcdir)/lib/expat-lite"
>   +  AP_LIBS="$AP_LIBS srclib/expat-lite/libexpat.la"
>   +  INCLUDES="$INCLUDES -I\$(top_srcdir)/srclib/expat-lite"
>    fi
>    
>    dnl APR should go after the other libs, so the right symbols can be picked up
>   @@ -210,12 +209,12 @@
>    		[byte order is unknown due to cross-compilation])
>    fi
>    
>   -APACHE_FAST_OUTPUT(Makefile ap/Makefile lib/Makefile main/Makefile)
>   -APACHE_FAST_OUTPUT(modules/Makefile os/Makefile)
>   +APACHE_FAST_OUTPUT(Makefile modules/Makefile) 
>   +APACHE_FAST_OUTPUT(os/beos/Makefile os/os2/Makefile)
>   +APACHE_FAST_OUTPUT(os/unix/Makefile server/Makefile)
>    APACHE_FAST_OUTPUT(support/Makefile test/Makefile)
>   -APACHE_FAST_OUTPUT(lib/pcre/Makefile lib/aputil/Makefile)
>    for i in $AP_LIB_DIRS; do
>   -  APACHE_FAST_OUTPUT(lib/$i/Makefile)
>   +  APACHE_FAST_OUTPUT(srclib/$i/Makefile)
>    done
>...

Guess I need to get apu_dbm integrated into apr-util pretty quick, and then
apr-util into Apache.

[ dav doesn't build without it ]

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0/test Makefile.in

Posted by rb...@covalent.net.
> 
> Guess I need to get apu_dbm integrated into apr-util pretty quick, and
> then apr-util into Apache.
> 
> [ dav doesn't build without it ]

Right now, nothing will build, because the buckets aren't in the code
anyplace.  All of ap was not moved to httpd-2.0, so we are basically
screwed with regard to a working (or even compiling) server.  My plan is
to get httpd-2.0 to mostly compile, and then get to work populating
apr-utils ASAP.  Feel free to start working on getting APR-utils up and
working.  I am VERY driven to get this done though, so I will be working
on apr-utils as soon as httpd-2.0 requires it to build. :-)

Ryan
_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------