diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-03-09 20:29:18 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-03-09 20:29:18 +0100 |
commit | 0db9f67bf466f18e8c41712c43e5320f78e1d9c4 (patch) | |
tree | 384b9e21a685e1ecb58ce45e4d884983c6f0d1f0 /Makefile.in | |
parent | Update transformations. (diff) | |
download | apache2-0db9f67bf466f18e8c41712c43e5320f78e1d9c4.tar.xz apache2-0db9f67bf466f18e8c41712c43e5320f78e1d9c4.zip |
Stop copying APR's libtool. And pass enough parameters to apr's subconfig
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
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 298d329b4a..a9a5edce9e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 |