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: Zack Weinberg
Subject: [sr #110571] Autoconf-2.71 misconverts new-line escapes in AC_CHECK_FUNCS() argument
Date: Sat, 27 Nov 2021 15:01:49 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0

Follow-up Comment #3, sr #110571 (project autoconf):

For future reference, with Autoconf 2.70 or later it is not necessary to use
backslash-newline in the argument to AC_CHECK_FUNCS. You can instead write


AC_CHECK_FUNCS([
  strcpy
  strdup
  strchr
  strlen
  strcat
  strtok
])


    _______________________________________________________

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]