summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 6b7096b1b..5590e516e 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,6 @@
# Bootstrap configuration.
-# Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -24,7 +24,6 @@ build_aux=scripts
# includes them because of gettext dependencies.
avoided_gnulib_modules='
--avoid=lock
- --avoid=size_max
'
# gnulib modules used by this package.
@@ -73,11 +72,15 @@ excluded_files='
m4/lcmessage.m4
m4/lock.m4
m4/printf-posix.m4
- m4/size_max.m4
m4/uintmax_t.m4
m4/ulonglong.m4
m4/visibility.m4
'
+
+gnulib_extra_files="$gnulib_extra_files
+ m4/inttostr.m4
+"
+
# Read local configuration file
if [ -r .bootstrap ]; then
echo "$0: Reading configuration file .bootstrap"

Return to:

Send suggestions and report system problems to the System administrator.