[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: David Mankin <mankin_at_ants.com>
Date: 2002-06-21 23:50:27 CEST

On Fri, 21 Jun 2002, Stephen Clouse wrote:

> My other thought was a shell override like so:
>
> subversion/mod_dav_svn/mod_dav_svn.la: $(mod_dav_svn_DEPS)
> libdir=$(APACHE_LIBEXECDIR) cd subversion/mod_dav_svn etc....
>
> But then all those poor csh users are left out :) I can't think of a completely
> portable way of doing this, unfortunately.
>

I don't know if it will work for this, but someone a while back pointed
out the "env" command which is available to do the same thing for both
shells. I think your line would be

subversion/mod_dav_svn/mod_dav_svn.la: $(mod_dav_svn_DEPS)
        env libdir=$(APACHE_LIBEXECDIR) cd subversion/mod_dav_svn etc.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 21 23:51:10 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.