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?