diff options
author | Jim Meyering <meyering@redhat.com> | 2009-09-30 09:20:46 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-30 09:20:46 +0200 |
commit | fc05167175be6a07719467d9e7545bd3b68ef3a0 (patch) | |
tree | 82f6613d8ccb2594b664fb781a8144b3d48d87f0 | |
parent | 33a26f0f890a52003265b96032b00f2a41c62a8a (diff) | |
download | idutils-fc05167175be6a07719467d9e7545bd3b68ef3a0.tar.gz idutils-fc05167175be6a07719467d9e7545bd3b68ef3a0.tar.bz2 idutils-fc05167175be6a07719467d9e7545bd3b68ef3a0.zip |
build: use more gnulib modules for better POSIX compliance
* bootstrap.conf (gnulib_modules): Add modules exposed via
make CFLAGS=-DGNULIB_POSIXCHECK 2>&1 \
|perl -lne '/.* use gnulib module (\S+).*/ and print $1' \
|sort |uniq -c|sort -nr
calloc, fflush, fopen, freopen, fprintf-posix, printf-posix,
sprintf-posix
-rw-r--r-- | bootstrap.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 4265775..840e01b 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -33,6 +33,7 @@ gnulib_modules=" announce-gen argv-iter autobuild + calloc closeout dirname error @@ -40,9 +41,13 @@ gnulib_modules=" exit exitfail extensions + fflush fnmatch fnmatch-gnu + fopen + freopen fpending + fprintf-posix getcwd getopt-gnu gettext @@ -65,6 +70,7 @@ gnulib_modules=" pathmax perl posix-shell + printf-posix progname quote quotearg @@ -72,6 +78,7 @@ gnulib_modules=" regex stat-macros stdbool + sprintf-posix strcase strcasestr strsep |