]> granicus.if.org Git - apache/commitdiff
Fix 32787 and the problems I have when using
authorJean-Frederic Clere <jfclere@apache.org>
Thu, 19 May 2005 12:38:57 +0000 (12:38 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Thu, 19 May 2005 12:38:57 +0000 (12:38 +0000)
--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

Makefile.in

index 87ad28f470dac42201e4502de85381efeb4fca2a..6d8348d9f4210e8fda8662dc6ab9d0cd5e945aa6 100644 (file)
@@ -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);