summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-03-03 09:01:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-03-03 09:01:27 +0000
commita574e78fe079dc62e93f8b489053db4ded46aecb (patch)
tree1963c8a7363d6074f95414c3603cf89947b5bf3c /bootstrap.conf
parenta077810f51fc86d320fcdfb4e5b15f62a366a2e3 (diff)
downloadmailutils-a574e78fe079dc62e93f8b489053db4ded46aecb.tar.gz
mailutils-a574e78fe079dc62e93f8b489053db4ded46aecb.tar.bz2
Fix bootstrapping with gettext 0.17.
* bootstrap.conf (avoided_gnulib_modules): Remove size_max (excluded_files): Remove m4/size_max.m4. (gnulib_extra_files): Add m4/inttostr.m4 * gnulib.modules: Add intprops and stdint. * m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4, m4/inttypes-h.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4: Remove
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.