From: Jim Meyering Date: Thu, 26 Jun 2008 06:01:26 +0000 (+0200) Subject: bootstrap.conf: don't list "open" specifically X-Git-Tag: v7.0~154 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b1a1c9ee068ab41c08cf289b85981985412b5dd2;p=thirdparty%2Fcoreutils.git bootstrap.conf: don't list "open" specifically It is no longer necessary to list it specifically, now that several gnulib modules depend on the "open" module. This reverts commit 3ea1fe588e20f196cc9b9907d5943bd620c6b944. --- diff --git a/bootstrap.conf b/bootstrap.conf index 8289f693ab..5685ad55b2 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -105,10 +105,6 @@ 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