[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] bootstrap: do not exclude m4/message.m4
From: |
Paul Eggert |
Subject: |
[PATCH] bootstrap: do not exclude m4/message.m4 |
Date: |
Sun, 20 Mar 2011 12:26:57 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 |
I pushed the following, to save some work for whoever upgrades
coreutils to the latest version of gnulib.
----
* bootstrap.conf (excluded_files): Don't exclude m4/lcmessage.m4,
as it's needed with the latest gnulib.
---
bootstrap.conf | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index 25f90a8..618fa53 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -300,7 +300,6 @@ if test $gettext_external = 1; then
excluded_files='
m4/glibc2.m4
m4/intdiv0.m4
- m4/lcmessage.m4
m4/uintmax_t.m4
m4/ulonglong.m4
m4/visibility.m4
--
1.7.4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] bootstrap: do not exclude m4/message.m4,
Paul Eggert <=