automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fakeroot PATCH] Use transformed library name while testing.


From: Akim Demaille
Subject: Re: [Fakeroot PATCH] Use transformed library name while testing.
Date: Wed, 10 Dec 2008 10:00:48 +0100


Le 9 déc. 08 à 23:57, Clint Adams a écrit :

[For the automake guys, the question is whether it's possible to have a computed name for a (libtool) library.]

On Tue, Dec 09, 2008 at 10:44:44PM +0100, Akim Demaille wrote:
I have written this because that's how it appears in the script itself,
see fakeroot.in:

address@hidden@@DLSUFFIX@

and in scripts/Makefile:

do_subst = sed -e 's,address@hidden@],$(prefix),g' \
           -e 's,address@hidden@],$(bindir),g' \
           -e 's,address@hidden@],$(libdir),g' \
           -e 's,address@hidden@],'`echo fakeroot | sed -e '$
(transform)'`',g' \

But you are right, afaict, the top level Makefile.am does not try to
transform the lib name, so script/Makefile.am can also be simplified.

Ah, hmm. The libraries are transformed as part of the Debian package build
since the `make install` doesn't do it, so of course this is a bug in
scripts/*, but one that works for a single case.

Can libtool be bent to do this easily so I can make it consistent?

I have no idea.  Actually, I doubt it :(






reply via email to

[Prev in Thread] Current Thread [Next in Thread]