bug-autoconf
[Top][All Lists]
Advanced

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

[sr #110571] Autoconf-2.71 misconverts new-line escapes in AC_CHECK_FUNC


From: Petr Pisar
Subject: [sr #110571] Autoconf-2.71 misconverts new-line escapes in AC_CHECK_FUNCS() argument
Date: Fri, 26 Nov 2021 09:36:04 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]