* bootstrap.conf (excluded_files): Do not exclude m4/size_max.m4
and m4/xsize.m4 when using an external gettext, since they are
now needed by other gnulib modules.
---
bootstrap.conf | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index a6221db..2f90552 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -110,11 +110,9 @@ if test $gettext_external = 1; then
m4/lcmessage.m4
m4/lock.m4
m4/printf-posix.m4
- m4/size_max.m4
m4/uintmax_t.m4
m4/ulonglong.m4
m4/visibility.m4
- m4/xsize.m4
'
fi
--
1.7.0.4