summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2016-01-04 00:21:30 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2016-01-05 01:46:32 +0100
commit9c7ed84e34dbe42ef7680ce76991eaf52e0e15af (patch)
tree99be6e852ec093ff1f201283d4d4ea2256604004
parentbf5d15f7fbfbb0169dbc027a7b3a2517f7e2c886 (diff)
downloadfindutils-9c7ed84e34dbe42ef7680ce76991eaf52e0e15af.tar.gz
maint: don't use obsolete gnulib modules
Avoid bootstrap warnings: Notice from module malloc: This module is deprecated. Use the module 'malloc-gnu' instead. Notice from module realloc: This module is deprecated. Use the module 'realloc-gnu' instead. * bootstrap.conf (gnulib_modules): Use malloc-gnu and realloc-gnu modules, rather than malloc and realloc. The shorter-named modules are deprecated.
-rw-r--r--bootstrap.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index c7fad21d..99144940 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -113,7 +113,7 @@ gnulib_modules="
isblank
locale
lstat
- malloc
+ malloc-gnu
manywarnings
math
mbrtowc
@@ -131,7 +131,7 @@ gnulib_modules="
progname
quotearg
readlink
- realloc
+ realloc-gnu
regex
rpmatch
safe-read