summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--bootstrap.conf1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 726c67423..69bb08e4c 100644
--- 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.
diff --git a/bootstrap.conf b/bootstrap.conf
index d7851feb4..4445b6cf6 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -84,6 +84,7 @@ gnulib_modules="
xalloc xgetcwd xgethostname
xmemcoll xnanosleep
xprintf
+ xprintf-posix
xstrtod xstrtoimax
xstrtol xstrtold xstrtoumax yesno
"