Re: new line added to a variable passed to a macro

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

 



Andreas Schwab wrote, quoting Vincent Torri:
>> off topic : is it better to use ${have_ecore_con}
>> or $have_ecore_con ?
>
> It does not really matter, but ...

Depending on context, it might: $foobar is the same as ${foobar},
but not ${foo}bar.  In any context, where you need to append text
to the result of a variable expansion, you must use the ${foo}
form, which is always unambiguous.  Hence,

> ... the former is more robust.

Regards,
Keith.


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux