build: use more gnulib modules for better POSIX compliance
authorJim Meyering <meyering@redhat.com>
Wed, 30 Sep 2009 10:40:01 +0000 (12:40 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 30 Sep 2009 10:55:51 +0000 (12:55 +0200)
commitbc4b1e68a8da345c6027dd034592f66808a6f254
treea3cddd290bcd65d019609df0c04854170ec44007
parenta092b25d9533de77f29e14e938a9a60876e95414
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: calloc close fclose fprintf-posix lstat malloc
perror printf-posix realloc
bootstrap.conf
lib/.gitignore
m4/.gitignore