On Tue, Jul 06, 2004 at 03:35:30PM +0200, jean-frederic clere wrote: > I am using jlibtool and I have found something weird in httpd: > In Makefile.in: > +++ > cp build/*.mk $(DESTDIR)$(installbuilddir); \ > sed 's#LIBTOOL = \(.*\)#LIBTOOL = $(SHELL) > $(installbuilddir)/libtool $(LTFLAGS)#' \ > build/config_vars.mk > > $(DESTDIR)$(installbuilddir)/config_vars.mk; +++
The aim is to ensure that the LIBTOOL variable in the installed config_vars.mk points at the installed copy of the libtool script. joe
