From 3ea1fe588e20f196cc9b9907d5943bd620c6b944 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Jun 2008 18:57:39 +0200 Subject: use gnulib's "open" module * bootstrap.conf (gnulib_modules): Add open. This is required at least for Solaris 9 and HP-UX 11, to avoid a truncate test failure. For details, see this thread: http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13755 --- bootstrap.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.conf b/bootstrap.conf index 5685ad55b..8289f693a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -105,6 +105,10 @@ gnulib_modules=" xstrtol xstrtold xstrtoumax yesno " +# Required at least for truncate's truncate-fail-diag test +# on Solaris 7, Solaris 9, and HP-UX 11. +gnulib_modules="$gnulib_modules open" + # Other locale categories that need message catalogs. EXTRA_LOCALE_CATEGORIES=LC_TIME -- cgit v1.2.3-54-g00ecf