[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] make install: convince libtool to do What You Want (tm) with mod_dav_svn

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-06-21 16:41:12 CEST

Stephen Clouse <stephenc@theiqgroup.com> writes:

> 2. I dug this up after encountering the same problem, where libtool, during
> make install, complains about installing mod_dav_svn outside of
> SUBVERSION_PREFIX/lib.

[snip]

> Index: ./build/gen_base.py
> ===================================================================
> --- ./build/gen_base.py
> +++ ./build/gen_base.py Thu Jun 20 20:33:11 2002
> @@ -191,6 +191,9 @@
> custom = self.parser.get(target, 'custom')
> if custom == 'apache-mod':
> # special build, needing Apache includes
> + # also must tweak libtool to install into Apache module dir
> + self.ofile.write('# convince libtool to install into Apache module dir\n')
> + self.ofile.write('%s: libdir=$(APACHE_LIBEXECDIR)\n\n' % (tpath))

That's a target-specific variable assignment. How portable is that?
It works using GNU make, but is the syntax compatible with other
makes?

Please write a log message :-)

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 21 16:41:43 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.