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.
This commit is contained in:
Bernhard Voelker 2016-01-04 00:21:30 +01:00
parent 538143cae9
commit be4566f079

View File

@ -114,7 +114,7 @@ gnulib_modules="
isblank
locale
lstat
malloc
malloc-gnu
manywarnings
math
mbrtowc
@ -132,7 +132,7 @@ gnulib_modules="
progname
quotearg
readlink
realloc
realloc-gnu
regex
rpmatch
safe-read