Re: Autoheader should ignore m4 "dnl" comments

2018-02-22 Thread Kang-Che Sung
On Fri, Feb 23, 2018 at 3:59 AM, Eric Blake wrote: > On 02/21/2018 08:07 PM, Kang-Che Sung wrote: >> >> This bug is a funny one, I think. >> >> In flex (lexer) configure.ac, I use "dnl" comments within >> AC_CHECK_FUNCS for inline notes, like this: >> >> #

Re: Autoheader should ignore m4 "dnl" comments

2018-02-22 Thread Eric Blake
On 02/21/2018 08:07 PM, Kang-Che Sung wrote: This bug is a funny one, I think. In flex (lexer) configure.ac, I use "dnl" comments within AC_CHECK_FUNCS for inline notes, like this: # AC_CHECK_FUNCS([dnl pow dnl Used only by "examples/manual/expr"

Re: Autoheader should ignore m4 "dnl" comments

2018-02-22 Thread Kang-Che Sung
Allow me to re-describe the bug in a clearer way: In the configure.ac in Flex (lexer) project, I used a quoted argument with "dnl" comments in within AC_CHECK_FUNCS like this: AC_CHECK_FUNCS([dnl pow dnl Used only by "examples/manual/expr" setlocale dnl Needed only if NLS is enabled