diff options
author | Jean-Frederic Clere <jfclere@apache.org> | 2005-05-19 14:38:57 +0200 |
---|---|---|
committer | Jean-Frederic Clere <jfclere@apache.org> | 2005-05-19 14:38:57 +0200 |
commit | dce9ea54e0230b2108f9dbd1de679271e9bf787a (patch) | |
tree | 37b5114b22d088d0b4e4230da0196c84599eabee /Makefile.in | |
parent | fix typo in comment (diff) | |
download | apache2-dce9ea54e0230b2108f9dbd1de679271e9bf787a.tar.xz apache2-dce9ea54e0230b2108f9dbd1de679271e9bf787a.zip |
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.in | 2 |
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); |