On 3/8/08, Andreas Schwab <schwab@xxxxxxx> wrote: > NightStrike <nightstrike@xxxxxxxxx> writes: > > > If I do this: > > > > AC_CHECK_FUNC( > > [chokeme], > > [], > > [] > > ) > > The else part is not empty, it consists of explicit whitespace. When > collecting arguments only unquoted leading whitespace is skipped by m4, > trailing whitespace (quoted or not) is preserved. You need to put the > closing paren immediatly after the closing quote of the argument. Is that something I should always do? I've been consistently putting the closing paren on its on line. Is that a "never"? _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf