mirror of
https://https.git.savannah.gnu.org/git/autoconf.git
synced 2026-01-26 15:03:22 +00:00
* lib/autoconf/headers.m4 (_AC_HEADERS_EXPANSION): * lib/m4sugar/m4sh.m4 (AS_ECHO): Go back to using '%s\n' instead of "%s\n". (AS_VAR_GET): Work around the quoting problem by using printf directly with "%s\\n" instead of AS_ECHO; this is safe now that we assume printf.