]> Savannah Git Hosting - gnulib.git/commit
malloc-gnu, etc.: sync better with Autoconf
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Apr 2021 18:23:24 +0000 (11:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Apr 2021 18:23:56 +0000 (11:23 -0700)
commit1179a1dec7c303294a934efe2e8d85e19a87c4e8
tree604c4e45a6736ad779fdaf9ea5154acf2d922f50
parentf88ef0ae52b94a03959110c41c15a30b8eeeee41
malloc-gnu, etc.: sync better with Autoconf

* m4/calloc.m4 (_AC_FUNC_CALLOC_IF):
* m4/malloc.m4 (_AC_FUNC_MALLOC_IF):
* m4/realloc.m4 (_AC_FUNC_REALLOC_IF):
Avoid some unnecessary differences from Autoconf’s versions.
Separate our platforms into a different line so that it’s easier
to diff.  Use AS_IF in case the args use AC_REQUIRE.
However, don’t bother with omitting the first newline, as
omitting the newline is not Gnulib style and the difference
doesn’t seem to matter here.
ChangeLog
m4/calloc.m4
m4/malloc.m4
m4/realloc.m4