]> git.ipfire.org Git - thirdparty/gnulib.git/commit
{malloc,realloc,calloc}-gnu: Fix autoconf macro (regression 2021-04-18).
authorBruno Haible <bruno@clisp.org>
Sun, 9 May 2021 20:10:40 +0000 (22:10 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 May 2021 20:10:40 +0000 (22:10 +0200)
commitba08ac6df93ae9c5fbdcc424a184150e7caed4f2
treedf944adf4adc92e61ae0926779d14086f70435a5
parentbad7a098679f6bfd8573d14e1722765977436643
{malloc,realloc,calloc}-gnu: Fix autoconf macro (regression 2021-04-18).

* m4/malloc.m4 (gl_FUNC_MALLOC_GNU): Don't assume that
_AC_FUNC_MALLOC_IF expands to a single shell statement.
* m4/realloc.m4 (gl_FUNC_REALLOC_GNU): Don't assume that
_AC_FUNC_REALLOC_IF expands to a single shell statement.
* m4/calloc.m4 (gl_FUNC_CALLOC_GNU): Don't assume that
_AC_FUNC_CALLOC_IF expands to a single shell statement.
ChangeLog
m4/calloc.m4
m4/malloc.m4
m4/realloc.m4