From b1a1c9ee068ab41c08cf289b85981985412b5dd2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 26 Jun 2008 08:01:26 +0200 Subject: [PATCH] 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. --- bootstrap.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 8289f693a..5685ad55b 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 -- 2.34.1