1 # Bootstrap configuration.
3 # Copyright (C) 2006 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)
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
21 # We don't need these modules, even though gnulib-tool mistakenly
22 # includes them because of gettext dependencies.
23 avoided_gnulib_modules='
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
36 # gnulib modules used by this package.
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
43 closeout cycle-check d-ino d-type diacrit dirfd dirname dup2
44 error euidaccess exclude exitfail fcntl fcntl-safer fdl file-type
45 fileblocks filemode filenamecat fnmatch-gnu fopen-safer
46 fprintftime fsusage ftruncate fts getdate getgroups gethrxtime
47 getline getloadavg getndelim2 getopt getpagesize getpass-gnu
48 gettext gettime gettimeofday getugroups getusershell gnupload
49 group-member hard-locale hash hash-pjw host-os human idcache
50 inttostr inttypes isapipe
51 lchmod lchown lib-ignore linebuffer link-follow
52 long-options lstat malloc mbswidth md5 memcasecmp mempcpy
53 memrchr mkancesdirs mkdir mkdir-p mkstemp mktime modechange
54 mountlist obstack pathmax perl physmem posixtm posixver putenv
55 quote quotearg raise readlink readtokens readtokens0 readutmp
56 realloc regex rename-dest-slash rmdir rmdir-errno
60 save-cwd savedir savewd settime sha1 sig2str ssize_t stat-macros
61 stat-time stdbool stdlib-safer stpcpy strcase strftime
62 strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset
63 unicodeio unistd-safer unlink-busy unlinkdir unlocked-io
64 uptime userspec utimecmp utimens vasprintf verify version-etc-fsf
65 wcwidth winsz-ioctl winsz-termios xalloc xgetcwd xgethostname
66 xmemcoll xnanosleep xreadlink xstrtod xstrtoimax xstrtol
67 xstrtold xstrtoumax yesno
70 # Other locale categories that need message catalogs.
71 EXTRA_LOCALE_CATEGORIES=LC_TIME
73 # Additional xgettext options to use. Use "\\\newline" to break lines.
74 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
76 --flag=asprintf:2:c-format --flag=vasprintf:2:c-format\\\
77 --flag=asnprintf:3:c-format --flag=vasnprintf:3:c-format\\\
78 --flag=wrapf:1:c-format\\\
81 # Gettext supplies these files, but we don't need them since
82 # we don't have an intl subdirectory.