[sr #110571] Autoconf-2.71 misconverts new-line escapes in AC_CHECK_FUNCS() argument
Petr Pisar <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.bugs |
|---|---|
| Message-ID | <[email protected]> |
Follow-up Comment #1, sr #110571 (project autoconf):
It's not a bug in Autoconf. "git diff --check" revealed there were stray
spaces after some backslashes since strchr line (marked with an underscore):
AC_CHECK_FUNCS( \
strcpy \
strdup \
strchr \_
strlen \_
strcat \_
strtok \_
)
That correlates with the backslashes in 2.71 output. So actually it's an
improvement.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/support/?110571>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/