Vincent Torri <vtorri@xxxxxxxxxxxx> writes: > That is, a new line is added. I don't know why. It is annoying as I am > doing the test on $3 (note that the third parameter is optional). What is > also strange is that I use that macro several times, and that new line is > only added when I call: > > AC_CHECK_ECORE_MODULE([Ipc], > ["yes"], > [${have_ecore_con}] ^^^ The newline is here. m4 does not strip trailing whitespace when gathering arguments. Either put the closing paren directly after it, or use dnl. Andreas. -- Andreas Schwab, SuSE Labs, schwab@xxxxxxx SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf