Re: AC_CHECK_FUNC with empty else path

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

 



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

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

  Powered by Linux