You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/07/14 20:16:21 UTC

cvs commit: apache-2.0/src/lib/apr buildconf configure.in config.guess config.sub

rbb         00/07/14 11:16:20

  Modified:    src/lib/apr configure.in
  Added:       src/lib/apr buildconf
  Removed:     src/lib/apr config.guess config.sub
  Log:
  Allow APR to build without Apache.  buildconf builds the configure scripts
  for APR and MM.  Config.guess and Config.sub have been moved to helpers/
  
  Revision  Changes    Path
  1.135     +1 -1      apache-2.0/src/lib/apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/configure.in,v
  retrieving revision 1.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- configure.in	2000/07/14 13:42:33	1.134
  +++ configure.in	2000/07/14 18:16:19	1.135
  @@ -5,7 +5,7 @@
   dnl Process this file with autoconf to produce a configure script.
   AC_INIT(apr_common.m4)
   AC_CONFIG_HEADER(include/apr_private.h)
  -AC_CONFIG_AUX_DIR_DEFAULT
  +AC_CONFIG_AUX_DIR(helpers)
   
   echo "Configuring APR library"
   OS=`$ac_config_guess`
  
  
  
  1.1                  apache-2.0/src/lib/apr/buildconf
  
  Index: buildconf
  ===================================================================
  autoconf;autoheader
  
  (cd shmem/unix/mm && autoconf)
  
  
  

Re: cvs commit: apache-2.0/src/lib/apr buildconf configure.in config.guess config.sub

Posted by rb...@covalent.net.
> Hmm... but looking at Apache's install-sh, it is zero length. It obviously
> doesn't use it, and I'd guess that APR doesn't either (where would it
> install to?). Should APR's install.sh just be zapped? (with a zero-len file)

No.  At some point, libapr.so (when we create it) is going to need to be
installed some place.  When we get to that point (closer to release),
we'll need install-sh.  Right now, we just need the file so that autoconf
doesn't complain.

Ryan

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


Re: cvs commit: apache-2.0/src/lib/apr buildconf configure.in config.guess config.sub

Posted by Greg Stein <gs...@lyra.org>.
Ah. This is goodness. Now APR will see helpers/install.sh. I didn't even
realize that was in there :-)

In Subversion, we were copying install-sh from Apache to get APR's configure
to work.

Hmm... but looking at Apache's install-sh, it is zero length. It obviously
doesn't use it, and I'd guess that APR doesn't either (where would it
install to?). Should APR's install.sh just be zapped? (with a zero-len file)

Cheers,
-g

On Fri, Jul 14, 2000 at 06:16:21PM -0000, rbb@locus.apache.org wrote:
> rbb         00/07/14 11:16:20
> 
>   Modified:    src/lib/apr configure.in
>   Added:       src/lib/apr buildconf
>   Removed:     src/lib/apr config.guess config.sub
>   Log:
>   Allow APR to build without Apache.  buildconf builds the configure scripts
>   for APR and MM.  Config.guess and Config.sub have been moved to helpers/
>   
>   Revision  Changes    Path
>   1.135     +1 -1      apache-2.0/src/lib/apr/configure.in
>   
>   Index: configure.in
>   ===================================================================
>   RCS file: /home/cvs/apache-2.0/src/lib/apr/configure.in,v
>   retrieving revision 1.134
>   retrieving revision 1.135
>   diff -u -r1.134 -r1.135
>   --- configure.in	2000/07/14 13:42:33	1.134
>   +++ configure.in	2000/07/14 18:16:19	1.135
>   @@ -5,7 +5,7 @@
>    dnl Process this file with autoconf to produce a configure script.
>    AC_INIT(apr_common.m4)
>    AC_CONFIG_HEADER(include/apr_private.h)
>   -AC_CONFIG_AUX_DIR_DEFAULT
>   +AC_CONFIG_AUX_DIR(helpers)
>    
>    echo "Configuring APR library"
>    OS=`$ac_config_guess`
>   
>   
>   
>   1.1                  apache-2.0/src/lib/apr/buildconf
>   
>   Index: buildconf
>   ===================================================================
>   autoconf;autoheader
>   
>   (cd shmem/unix/mm && autoconf)
>   
>   
>   

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