automake
[Top][All Lists]
Advanced

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

Re: passing parameters to libtool


From: Ralf Wildenhues
Subject: Re: passing parameters to libtool
Date: Tue, 30 May 2006 21:53:23 +0200
User-agent: Mutt/1.5.11+cvs20060403

* 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




reply via email to

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