]> granicus.if.org Git - apache/commitdiff
Stop copying APR's libtool. And pass enough parameters to apr's subconfig
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 9 Mar 2002 19:29:18 +0000 (19:29 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sat, 9 Mar 2002 19:29:18 +0000 (19:29 +0000)
so that it can figure out where we would like libtool to be installed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93816 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
Makefile.in
configure.in

diff --git a/CHANGES b/CHANGES
index 8aadcc68224eb72bd0266213ab900133c2cdb666..948ad480f7be9b787e977555365748751cb5cc9f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Changes with Apache 2.0.34-dev
 
+  *) Stop installing libtool for APR and tell APR where it should place
+     its copy of libtool (via our installbuildpath layout variable).
+     [Justin Erenkrantz]
+
   *) New directive ProxyIOBufferSize. Sets the size of the buffer used
      when reading from a remote HTTP server in proxy. [Graham Leggett]
 
index 298d329b4a5f1a040fdf7f3f884618f06b617fe1..a9a5edce9e94ddcaaa7a756d79cb34ccea881750 100644 (file)
@@ -89,11 +89,7 @@ install-build:
        @sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
            config_vars.mk > $(installbuilddir)/config_vars.mk; \
        cp build/*.mk $(installbuilddir); \
-       cp $(top_srcdir)/build/instdso.sh $(installbuilddir); \
-       cp srclib/apr/libtool $(installbuilddir); \
-       if test -f srclib/apr/shlibtool; then \
-           cp srclib/apr/shlibtool $(installbuilddir); \
-       fi
+       cp $(top_srcdir)/build/instdso.sh $(installbuilddir);
 
 htdocs-srcdir = $(top_srcdir)/docs/docroot
 
index 9b0681cc9a9cf369f742d15b9c6790ba05446564..038d45c301fa68245ae64b96e37baced90f01015 100644 (file)
@@ -56,7 +56,7 @@ orig_prefix="$prefix"
 
 echo $ac_n "${nl}Configuring Apache Portable Runtime library ...${nl}"
 
-APR_SUBDIR_CONFIG(srclib/apr, "$apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --bindir=$bindir")
+APR_SUBDIR_CONFIG(srclib/apr, "$apache_apr_flags --prefix=$prefix --exec-prefix=$exec_prefix --libdir=$libdir --bindir=$bindir --datadir=$datadir --with-installbuilddir=$installbuilddir")
 
 echo $ac_n "${nl}Configuring Apache Portable Runtime Utility library...${nl}"