On Feb 12, 2008 2:11 AM, Karl Berry <[EMAIL PROTECTED]> wrote:
> and that, if the user not only uses Autoconf but also Automake, she
> can write it as $(foodir) rather than @[EMAIL PROTECTED]
>
> Doesn't this practice contradict the recommendation of using ${...}?
> And, although I knew this was possible, I've forgotten why it's
> desirable to use $(...) instead of @[EMAIL PROTECTED] I'm lost, sorry ...
Using $(FOO) [or ${FOO} - same] allows the user to override FOO when
invoking make.
_______________________________________________
Autoconf mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/autoconf