summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-12-16 10:05:21 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2010-12-16 10:05:44 -0800
commit6fc3b9737d71c149b5198d957e993d620632d360 (patch)
treec95ce22a1358c6a3adbc9af139f2bb158591bf64
parent5c65882affa003bab8b21c6f1cdfa038d51b5ca6 (diff)
downloaddiffutils-6fc3b9737d71c149b5198d957e993d620632d360.tar.gz
bootstrap: adjust to recent gnulib changes
* 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.
-rw-r--r--bootstrap.conf2
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