Commit 79ca632f authored by Jean-Frederic Clere's avatar Jean-Frederic Clere
Browse files

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
parent a3ce4a33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);