summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2005-05-19 12:38:57 +0000
committerJean-Frederic Clere <jfclere@apache.org>2005-05-19 12:38:57 +0000
commitdce9ea54e0230b2108f9dbd1de679271e9bf787a (patch)
tree37b5114b22d088d0b4e4230da0196c84599eabee /Makefile.in
parent39714846f7bd5bc41151a67a002d0744116bd4b1 (diff)
downloadhttpd-dce9ea54e0230b2108f9dbd1de679271e9bf787a.tar.gz
Fix 32787 and the problems I have when using
--enable-experimental-libtool. (libtool is an excutable in this case). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@170920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 87ad28f470..6d8348d9f4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -95,7 +95,7 @@ install-build:
@test -d $(DESTDIR)$(installbuilddir) || $(MKINSTALLDIRS) $(DESTDIR)$(installbuilddir)
@cp $(top_srcdir)/build/*.mk $(DESTDIR)$(installbuilddir); \
cp build/*.mk $(DESTDIR)$(installbuilddir); \
- sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) $(installbuilddir)/libtool $(LTFLAGS)#' \
+ sed "/^LIBTOOL/s#/[^ ]*/libtool \(.*\)#`$(APR_CONFIG) --apr-libtool` $(LTFLAGS)#" \
build/config_vars.mk > $(DESTDIR)$(installbuilddir)/config_vars.mk; \
cp $(top_srcdir)/build/instdso.sh $(DESTDIR)$(installbuilddir); \
cp $(top_builddir)/config.nice $(DESTDIR)$(installbuilddir);