From 4cfce95dde0b40c1e824823a9a72c24c541664bd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 9 Sep 2007 14:27:13 +0000 Subject: [PATCH] Add dependency to realloc-posix. --- modules/getdelim | 1 + modules/read-file | 1 + 2 files changed, 2 insertions(+) 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 -- 2.30.2