automake
[Top][All Lists]
Advanced

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

Re: passing parameters to libtool


From: tchize
Subject: Re: passing parameters to libtool
Date: Tue, 30 May 2006 22:05:49 +0200
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ralf Wildenhues a écrit :

> * tchize wrote on Tue, May 30, 2006 at 09:37:43PM CEST:
>
>> Ralf Wildenhues a écrit :
>>
>>> - write LIBTOOL = @LIBTOOL@ --preserve-dup-deps
>>
>> Works, though i have no idea what it means :D
>
>
> Well, for each AC_SUBSTed variable in configure.ac, Automake
> generates a line of the form
>
> VARIABLE = @VARIABLE@
>
> in Makefile.in, so that you can later use $(VARIABLE) instead of
> @VARIABLE@ everywhere; and, so that you have a chance to override
> the value of $(VARIABLE) -- your settings come after the one by
> Automake, so they will take precedence. (There are cases where it
> may not work as easily, but I can't think of one off-hand now.)
>
> Maybe you should add a note to that line that, once your project
> can assume Automake-1.10, it should be replaced with a proper
> AM_LIBTOOLFLAGS setting.
>
> Cheers, Ralf
>
>
thanks for enlightments, don't worry about comment, is already there,
but i bet it will still be there in 2 years considering how many time
Makefiles get modified :p

Thanks for all help
David Delbecq
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEfKWdHHGOa1Q2wXwRAjbrAJ9dlKyjIIPAvtSdpd30IWfLz75FawCgogPM
aLO72cq8vUuHNDnYzcivws8=
=K8qV
-----END PGP SIGNATURE-----





reply via email to

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