]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* bootstrap.conf (gnulib_modules): Add xprintf-posix.
authorJim Meyering <meyering@redhat.com>
Wed, 31 Oct 2007 07:40:51 +0000 (08:40 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 31 Oct 2007 07:40:51 +0000 (08:40 +0100)
ChangeLog
bootstrap.conf

index 726c6742375e6ab77acfcd5cab0646428e2cf116..69bb08e4c235f62706f6df3e9631bcd0d15acea8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-31  Jim Meyering  <meyering@redhat.com>
+
+       * bootstrap.conf (gnulib_modules): Add xprintf-posix.
+
 2007-10-30  Jim Meyering  <meyering@redhat.com>
 
        Avoid seq floating-point test failure on FreeBSD 6.1.
index d7851feb467fe948496098695c1a74176d990958..4445b6cf6344c438a459d53e4f8d0b9694976b2c 100644 (file)
@@ -84,6 +84,7 @@ gnulib_modules="
        xalloc xgetcwd xgethostname
        xmemcoll xnanosleep
        xprintf
+       xprintf-posix
        xstrtod xstrtoimax
        xstrtol xstrtold xstrtoumax yesno
 "