From: Bruno Haible Date: Sun, 9 Sep 2007 14:27:13 +0000 (+0000) Subject: Add dependency to realloc-posix. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfce95dde0b40c1e824823a9a72c24c541664bd;p=pspp Add dependency to realloc-posix. --- diff --git a/modules/getdelim b/modules/getdelim index 3c70791940..19ca193c7f 100644 --- a/modules/getdelim +++ b/modules/getdelim @@ -7,6 +7,7 @@ m4/getdelim.m4 Depends-on: stdio +realloc-posix configure.ac: gl_FUNC_GETDELIM diff --git a/modules/read-file b/modules/read-file index 4fce90542b..e302940010 100644 --- a/modules/read-file +++ b/modules/read-file @@ -7,6 +7,7 @@ lib/read-file.c m4/read-file.m4 Depends-on: +realloc-posix configure.ac: gl_FUNC_READ_FILE