]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: use gnulib's freopen module
authorJim Meyering <meyering@redhat.com>
Wed, 30 Sep 2009 07:26:58 +0000 (09:26 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 30 Sep 2009 07:39:48 +0000 (09:39 +0200)
commitce1069c2151da3fffc70281a14b96034ba15da5a
treed6517fdfbbfa5283ec21c20b2e7dd8b43f791583
parenta033e28737c1f6320bfc56b484253b61051bad85
build: use gnulib's freopen module

* bootstrap.conf (gnulib_modules): Add freopen, strsignal, fsync.
Exposed via make CFLAGS=-DGNULIB_POSIXCHECK 2>&1 \
|perl -lne '/.* use gnulib module (\S+).*/ and print $1' \
|sort |uniq -c|sort -nr
(avoided_gnulib_modules): Don't avoid the "lock" module.
Now it's required, as a dependency of the strsignal module.
bootstrap.conf