From: Paul Eggert Date: Tue, 29 Oct 2002 20:23:09 +0000 (+0000) Subject: * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and X-Git-Tag: AUTOCONF-2.54c~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c5a6c838f353ed323f4af749585fd3968b579db;p=thirdparty%2Fautoconf.git * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and AC_FUNC_REALLOC check for compatibility with glibc, not POSIX. Problem reported by Bruno Haible. --- diff --git a/ChangeLog b/ChangeLog index 099a98882..ae0942696 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-10-29 Paul Eggert + + * doc/autoconf.texi (Particular Functions): AC_FUNC_MALLOC and + AC_FUNC_REALLOC check for compatibility with glibc, not POSIX. + Problem reported by Bruno Haible. + 2002-10-29 Akim Demaille * doc/autoconf.texi (Header Templates): Put also in words what the