* bootstrap (bootstrap_conf_cleanup): Remove.
[platform/upstream/coreutils.git] / bootstrap.conf
1 # Bootstrap configuration.
2
3 # Copyright (C) 2006 Free Software Foundation, Inc.
4
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 2, or (at your option)
8 # any later version.
9
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.
14
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18 # 02110-1301, USA.
19
20
21 # We don't need these modules, even though gnulib-tool mistakenly
22 # includes them because of gettext dependencies.
23 avoided_gnulib_modules='
24         --avoid=lock
25         --avoid=size_max
26         --avoid=xsize
27 '
28
29 # These modules are obsolete and can probably be removed soon,
30 # but leave them in for now to minimize changes.
31 obsolete_gnulib_modules='
32         atexit free memchr memcmp memcpy memmove memset rename
33         strcspn strtod strtol utime
34 '
35
36 # gnulib modules used by this package.
37 gnulib_modules="
38         $avoided_gnulib_modules
39         $obsolete_gnulib_modules
40         acl alloca argmatch assert backupfile base64 c-strtod
41         c-strtold calloc canon-host canonicalize chown cloexec
42         closeout cycle-check d-ino d-type diacrit dirfd dirname dup2
43         error euidaccess exclude exitfail fcntl-safer fdl file-type
44         fileblocks filemode filenamecat fnmatch-gnu fopen-safer
45         fprintftime fsusage ftruncate fts getdate getgroups gethrxtime
46         getline getloadavg getndelim2 getopt getpagesize getpass-gnu
47         gettext gettime gettimeofday getugroups getusershell
48         group-member hard-locale hash hash-pjw host-os human idcache
49         inttostr lchmod lchown lib-ignore linebuffer link-follow
50         long-options lstat malloc mbswidth md5 memcasecmp mempcpy
51         memrchr mkancesdirs mkdir mkdir-p mkstemp mktime modechange
52         mountlist obstack pathmax perl physmem posixtm posixver putenv
53         quote quotearg raise readlink readtokens readtokens0 readutmp
54         realloc regex rmdir rmdir-errno rpmatch safe-read same
55         save-cwd savedir settime sha1 sig2str ssize_t stat-macros
56         stat-time stdbool stdint stdlib-safer stpcpy strcase strftime
57         strpbrk strtoimax strtoumax strverscmp timespec tzset
58         unicodeio unistd-safer unlink-busy unlinkdir unlocked-io
59         uptime userspec utimecmp utimens vasprintf version-etc-fsf
60         wcwidth winsz-ioctl winsz-termios xalloc xgetcwd xgethostname
61         xmemcoll xnanosleep xreadlink xstrtod xstrtoimax xstrtol
62         xstrtold xstrtoumax yesno
63 "
64
65 # Other locale categories that need message catalogs.
66 EXTRA_LOCALE_CATEGORIES=LC_TIME
67
68 # Additional xgettext options to use.  Use "\\\newline" to break lines.
69 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
70  --from-code=UTF-8\\\
71  --flag=asprintf:2:c-format --flag=vasprintf:2:c-format\\\
72  --flag=asnprintf:3:c-format --flag=vasnprintf:3:c-format\\\
73  --flag=wrapf:1:c-format\\\
74 '
75
76 # Gettext supplies these files, but we don't need them since
77 # we don't have an intl subdirectory.
78 excluded_files='
79     m4/glibc2.m4
80     m4/intdiv0.m4
81     m4/inttypes-h.m4
82     m4/inttypes-pri.m4
83     m4/lcmessage.m4
84     m4/lock.m4
85     m4/printf-posix.m4
86     m4/size_max.m4
87     m4/uintmax_t.m4
88     m4/ulonglong.m4
89     m4/visibility.m4
90     m4/xsize.m4
91 '