Speed up "wc -m" and "wc -w" in multibyte case.
[coreutils/ericb.git] / bootstrap.conf
blob8bde0ad0ec14d297c9635e6b078dafcf160f5df5
1 # Bootstrap configuration.
3 # Copyright (C) 2006-2008 Free Software Foundation, Inc.
5 # This program is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
16 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 # We don't need these modules, even though gnulib-tool mistakenly
20 # includes them because of gettext and fchdir dependencies.
21 avoided_gnulib_modules='
22         --avoid=lock
23         --avoid=canonicalize-lgpl
26 # These modules are obsolete and can probably be removed soon,
27 # but leave them in for now to minimize changes.
28 obsolete_gnulib_modules='
29         atexit memchr memcmp memcpy memmove memset rename
30         strcspn strtod strtol utime
33 # gnulib modules used by this package.
34 gnulib_modules="
35         $avoided_gnulib_modules
36         $obsolete_gnulib_modules
37         acl alloca announce-gen argmatch assert
38         autobuild
39         backupfile base64
40         c-strcase c-strtod
41         c-strtold calloc canon-host canonicalize chown cloexec
42         config-h configmake
43         closein closeout
44         crypto/md5 crypto/sha1
45         sha256 sha512
46         cycle-check
47         d-ino d-type diacrit dirfd dirname dup2
48         error euidaccess exclude exitfail fchdir fcntl fcntl-safer fdl
49         file-type fileblocks filemode filenamecat fnmatch-gnu
50         fopen-safer
51         fprintftime
52         fseeko
53         fsusage ftruncate
54         ftello
55         fts getdate getgroups gethrxtime
56         getline getloadavg getndelim2 getopt getpagesize getpass-gnu
57         gettext gettime gettimeofday getugroups getusershell
58         git-version-gen
59         gitlog-to-changelog
60         gnu-make gnumakefile gnupload
61         group-member hard-locale hash hash-pjw host-os human idcache
62         inttostr inttypes isapipe
63         lchmod lchown lib-ignore linebuffer link-follow
64         long-options lstat malloc mbswidth memcasecmp mempcpy
65         memrchr mgetgroups
66         mkancesdirs mkdir mkdir-p mkstemp mktime modechange
67         mountlist mpsort obstack pathmax perl physmem
68         posix-shell posixtm posixver putenv
69         quote quotearg raise readlink areadlink-with-size
70         randint
71         randperm
72         readtokens
73         readtokens0 readutmp
74         realloc regex rename-dest-slash rmdir rmdir-errno
75         root-dev-ino
76         rpmatch
77         safe-read same
78         save-cwd savedir savewd
79         selinux-at
80         settime sig2str ssize_t stat-macros
81         stat-time stdbool stdlib-safer stpcpy
82         stpncpy
83         strftime
84         strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset
85         unicodeio unistd-safer unlink-busy unlinkdir unlocked-io
86         uptime
87         useless-if-before-free
88         userspec utimecmp utimens
89         vasprintf-posix
90         vc-list-files
91         verify version-etc-fsf
92         wcwidth winsz-ioctl winsz-termios write-any-file
93         xalloc xgetcwd xgethostname
94         xmemcoll xnanosleep
95         xprintf
96         xprintf-posix
97         xstrtod xstrtoimax
98         xstrtol xstrtold xstrtoumax yesno
101 # Other locale categories that need message catalogs.
102 EXTRA_LOCALE_CATEGORIES=LC_TIME
104 # Additional xgettext options to use.  Use "\\\newline" to break lines.
105 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
106  --from-code=UTF-8\\\
107  --flag=asprintf:2:c-format\\\
108  --flag=asnprintf:3:c-format\\\
109  --flag=error:3:c-format\\\
110  --flag=error_at_line:5:c-format\\\
111  --flag=vasprintf:2:c-format\\\
112  --flag=vasnprintf:3:c-format\\\
113  --flag=wrapf:1:c-format\\\
114  --flag=xasprintf:1:c-format\\\
115  --flag=xfprintf:2:c-format\\\
116  --flag=xprintf:1:c-format\\\
119 # If "AM_GNU_GETTEXT(external" or "AM_GNU_GETTEXT([external]"
120 # appears in configure.ac, exclude some unnecessary files.
121 # Without grep's -E option (not portable enough, pre-configure),
122 # the following test is ugly.  Also, this depends on the existence
123 # of configure.ac, not the obsolescent-named configure.in.  But if
124 # you're using this infrastructure, you should care about such things.
126 gettext_external=0
127 grep '^[         ]*AM_GNU_GETTEXT(external\>' configure.ac > /dev/null &&
128   gettext_external=1
129 grep '^[         ]*AM_GNU_GETTEXT(\[external\]' configure.ac > /dev/null &&
130   gettext_external=1
132 if test $gettext_external = 1; then
133   # Gettext supplies these files, but we don't need them since
134   # we don't have an intl subdirectory.
135   excluded_files='
136       m4/glibc2.m4
137       m4/intdiv0.m4
138       m4/lcmessage.m4
139       m4/lock.m4
140       m4/uintmax_t.m4
141       m4/ulonglong.m4
142       m4/visibility.m4
143   '
146 gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
148 # Automake requires that ChangeLog exist.
149 touch ChangeLog