From: Bruno Haible Date: Sun, 9 Sep 2007 14:27:39 +0000 (+0000) Subject: Add dependencies to malloc-posix, realloc-posix. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3122117a737aa7a8cc4c699115682090c473407e;p=pspp Add dependencies to malloc-posix, realloc-posix. --- diff --git a/ChangeLog b/ChangeLog index c6b196f17b..0e3aa02d80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-09-09 Bruno Haible + + * modules/getcwd (Depends-on): Add malloc-posix. + * modules/glob (Depends-on): Likewise. + * modules/putenv (Depends-on): Likewise. + * modules/strdup (Depends-on): Likewise. + * modules/getdelim (Depends-on): Add realloc-posix. + * modules/read-file (Depends-on): Likewise. + 2007-09-09 Bruno Haible * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.