Port minor AC_FUNC_ALLOCA fixes from Gnulib
commit2f3f782cdd8d5105dc15ef18e2d11aac40d7c462
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Dec 2020 23:18:41 +0000 (11 15:18 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Dec 2020 23:25:18 +0000 (11 15:25 -0800)
treedf163421f0d66dd9565ba21a8bcad3eb622b3b35
parent8f19de6df0cfab5eff9e62e3c8ec8443558476d1
Port minor AC_FUNC_ALLOCA fixes from Gnulib

* lib/autoconf/functions.m4 (_AC_LIBOBJ_ALLOCA, AC_FUNC_ALLOCA):
Use ' not ` in generated comments, as per current GNU coding style.
(_AC_LIBOBJ_ALLOCA): Use plain # instead of unnecessary quadrigraph.
This patch is adapted from Gnulib.
lib/autoconf/functions.m4