summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-10-10 19:01:52 +0200
committerJim Meyering <meyering@redhat.com>2010-10-10 19:07:46 +0200
commitdd50a992cc95654e0642a3480bedead6a1dc9c79 (patch)
treeea66311f895182195ba6de5272c13017f263a0db /bootstrap.conf
parentf538bc26ed4235af43eb0d2873386fc6b23a5d89 (diff)
downloadparted-dd50a992cc95654e0642a3480bedead6a1dc9c79.tar.gz
maint: don't use obsolete gnulib modules
* bootstrap.conf (gnulib_modules): Use calloc-gnu, malloc-gnu and realloc-gnu modules, rather than calloc, malloc and realloc. The shorter-named modules are now deprecated.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf84
1 files changed, 44 insertions, 40 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 5a8f8f1..01f354b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -24,46 +24,50 @@ avoided_gnulib_modules='
# gnulib modules used by this package.
gnulib_modules="
- $avoided_gnulib_modules
- alloca announce-gen assert
- argmatch
- calloc config-h configmake
- canonicalize-lgpl
- close
- closeout
- dirname
- do-release-commit-and-tag
- fdl
- fsync
- gettext-h
- git-version-gen
- gitlog-to-changelog
- gnu-web-doc-update
- gnumakefile
- gnupload
- inttypes
- lib-ignore
- long-options
- lseek
- malloc
- maintainer-makefile
- manywarnings
- mkstemp
- mktempd
- realloc
- rpmatch
- progname
- safe-read
- stdbool
- strdup-posix
- unlink
- update-copyright
- useless-if-before-free
- usleep
- vc-list-files
- version-etc-fsf
- warnings
- xstrtol
+ $avoided_gnulib_modules
+ alloca
+ announce-gen
+ argmatch
+ assert
+ calloc-gnu
+ canonicalize-lgpl
+ close
+ closeout
+ config-h
+ configmake
+ dirname
+ do-release-commit-and-tag
+ fdl
+ fsync
+ gettext-h
+ git-version-gen
+ gitlog-to-changelog
+ gnu-web-doc-update
+ gnumakefile
+ gnupload
+ inttypes
+ lib-ignore
+ long-options
+ lseek
+ maintainer-makefile
+ malloc-gnu
+ manywarnings
+ mkstemp
+ mktempd
+ progname
+ realloc-gnu
+ rpmatch
+ safe-read
+ stdbool
+ strdup-posix
+ unlink
+ update-copyright
+ useless-if-before-free
+ usleep
+ vc-list-files
+ version-etc-fsf
+ warnings
+ xstrtol
"
# Additional xgettext options to use. Use "\\\newline" to break lines.