mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
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:
parent
538143cae9
commit
be4566f079
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user