OSDN Git Service

build: use more gnulib modules for better POSIX compliance
authorJim Meyering <meyering@redhat.com>
Thu, 17 Sep 2009 12:15:01 +0000 (14:15 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 1 Oct 2009 10:04:31 +0000 (12:04 +0200)
commit8902061f1711c1bd95095abf5c4f7f7d07aac796
treeae2e46922a2051b430f5efab9d125ee1b2678dde
parentc379d8935d25cc182e537527103252cdfeda6ef6
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
Add these: close fsync lseek mkstemp strdup unlink
bootstrap.conf