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