]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix LEXLIB and YYTEXT_POINTER with IRIX 6.5 flex 2.5.4.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 21 Jan 2011 20:54:08 +0000 (21:54 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 21 Jan 2011 20:54:08 +0000 (21:54 +0100)
commit5f6115b10db4a1b755394fbcef5923d81a4359e4
treec8439c71e5b07544a32bf9f95c53293e3f910fea
parentac9c534e65eac446064f8570b1749a3826e26f47
Fix LEXLIB and YYTEXT_POINTER with IRIX 6.5 flex 2.5.4.

* lib/autoconf/programs.m4 (_AC_PROG_LEX_YYTEXT_DECL):
Overquote nontrivial yyless argument, to compensate for
underquoted macro definition in IRIX 6.5 flex 2.5.4
leading to compile failure due to incompatible operands.
Fixes Automake silent-lex-generic.test failure.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/autoconf/programs.m4