You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2003/01/08 10:50:09 UTC

cvs commit: httpd-2.0 buildconf

jerenkrantz    2003/01/08 01:50:09

  Modified:    .        buildconf
  Log:
  
  
  Revision  Changes    Path
  1.29      +8 -0      httpd-2.0/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/buildconf,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -u -r1.28 -r1.29
  --- buildconf	28 Nov 2002 23:31:37 -0000	1.28
  +++ buildconf	8 Jan 2003 09:50:09 -0000	1.29
  @@ -122,6 +122,14 @@
   cp srclib/apr/build/config.sub build
   cp srclib/apr/build/PrintPath build
   
  +# Optionally copy libtool-1.3.x files
  +if [ -f srclib/apr/build/ltconfig ]; then
  +    cp srclib/apr/build/ltconfig build
  +fi
  +if [ -f srclib/apr/build/ltmain.sh ]; then
  +    cp srclib/apr/build/ltmain.sh build
  +fi
  +
   echo rebuilding $pcre_configure
   (cd srclib/pcre && ${AUTOCONF:-autoconf})
   
  
  
  

Re: cvs commit: httpd-2.0 buildconf

Posted by "Philip M. Gollucci" <ph...@p6m7g8.com>.
This patch fixes my previous issue
Thanks a bundle.

Server version: Apache/2.0.44-dev
Server built:   Jan  8 2003 10:23:20
Server's Module Magic Number: 20020903:0
Architecture:   32-bit
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6
 -D APR_USE_FLOCK_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D HTTPD_ROOT="/usr/home/philip/compile/apache2-prefork"
 -D SUEXEC_BIN="/usr/home/philip/compile/apache2-prefork/bin/suexec"
 -D DEFAULT_PIDLOG="logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="logs/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"


On Wed, 2003-01-08 at 09:56, Justin Erenkrantz wrote:
> --On Wednesday, January 8, 2003 9:50 AM +0000 jerenkrantz@apache.org 
> wrote:
> 
> > jerenkrantz    2003/01/08 01:50:09
> >
> >   Modified:    .        buildconf
> >   Log:
> >
> >
> >   Revision  Changes    Path
> >   1.29      +8 -0      httpd-2.0/buildconf
> >
> >   Index: buildconf
> >
> > ===================================================================
> >   RCS file: /home/cvs/httpd-2.0/buildconf,v
> >   retrieving revision 1.28
> >   retrieving revision 1.29
> >   diff -u -u -r1.28 -r1.29
> >   --- buildconf	28 Nov 2002 23:31:37 -0000	1.28
> >   +++ buildconf	8 Jan 2003 09:50:09 -0000	1.29
> >   @@ -122,6 +122,14 @@
> >    cp srclib/apr/build/config.sub build
> >    cp srclib/apr/build/PrintPath build
> >
> >   +# Optionally copy libtool-1.3.x files
> >   +if [ -f srclib/apr/build/ltconfig ]; then
> >   +    cp srclib/apr/build/ltconfig build
> >   +fi
> >   +if [ -f srclib/apr/build/ltmain.sh ]; then
> >   +    cp srclib/apr/build/ltmain.sh build
> >   +fi
> >   +
> >    echo rebuilding $pcre_configure
> >    (cd srclib/pcre && ${AUTOCONF:-autoconf})
> 
> Oh, bummer.
> 
> The commit log should have read:
> 
> "Allow libtool 1.3.x to use DSOs by copying the required files from 
> APR in buildconf."
> 
> Sorry.  -- justin
> 


Re: cvs commit: httpd-2.0 buildconf

Posted by Justin Erenkrantz <je...@apache.org>.
--On Wednesday, January 8, 2003 9:50 AM +0000 jerenkrantz@apache.org 
wrote:

> jerenkrantz    2003/01/08 01:50:09
>
>   Modified:    .        buildconf
>   Log:
>
>
>   Revision  Changes    Path
>   1.29      +8 -0      httpd-2.0/buildconf
>
>   Index: buildconf
>
> ===================================================================
>   RCS file: /home/cvs/httpd-2.0/buildconf,v
>   retrieving revision 1.28
>   retrieving revision 1.29
>   diff -u -u -r1.28 -r1.29
>   --- buildconf	28 Nov 2002 23:31:37 -0000	1.28
>   +++ buildconf	8 Jan 2003 09:50:09 -0000	1.29
>   @@ -122,6 +122,14 @@
>    cp srclib/apr/build/config.sub build
>    cp srclib/apr/build/PrintPath build
>
>   +# Optionally copy libtool-1.3.x files
>   +if [ -f srclib/apr/build/ltconfig ]; then
>   +    cp srclib/apr/build/ltconfig build
>   +fi
>   +if [ -f srclib/apr/build/ltmain.sh ]; then
>   +    cp srclib/apr/build/ltmain.sh build
>   +fi
>   +
>    echo rebuilding $pcre_configure
>    (cd srclib/pcre && ${AUTOCONF:-autoconf})

Oh, bummer.

The commit log should have read:

"Allow libtool 1.3.x to use DSOs by copying the required files from 
APR in buildconf."

Sorry.  -- justin