From e63ba1629ad53132b3775befefd2e52bad25510a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Jul 2011 12:38:33 +0200 Subject: [PATCH] maint: use gnulib's realloc-gnu and malloc-gnu modules * bootstrap.conf (gnulib_modules): Use realloc-gnu and malloc-gnu, rather than the now-deprecated realloc and malloc modules. --- bootstrap.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index ef10471..a2e22ba 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -42,12 +42,12 @@ ignore-value lib-ignore lstat maintainer-makefile -malloc +malloc-gnu manywarnings perror printf-posix readme-release -realloc +realloc-gnu stat-time sys_stat time -- 2.47.2