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='
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.
35 $avoided_gnulib_modules
36 $obsolete_gnulib_modules
37 acl alloca announce-gen argmatch assert
41 c-strtold calloc canon-host canonicalize chown cloexec
49 d-ino d-type diacrit dirfd dirname dup2
50 error euidaccess exclude exitfail fchdir fcntl fcntl-safer fdl
51 file-type fileblocks filemode filenamecat fnmatch-gnu
57 fts getdate getgroups gethrxtime
58 getline getloadavg getndelim2 getopt getpagesize getpass-gnu
59 gettext gettime gettimeofday getugroups getusershell
62 gnu-make gnumakefile gnupload
63 group-member hard-locale hash hash-pjw host-os human idcache
64 inttostr inttypes isapipe
65 lchmod lchown lib-ignore linebuffer link-follow
66 long-options lstat malloc mbswidth memcasecmp mempcpy
68 mkancesdirs mkdir mkdir-p mkstemp mktime modechange
69 mountlist mpsort obstack pathmax perl physmem
75 quote quotearg raise readlink areadlink-with-size
80 realloc regex rename-dest-slash rmdir rmdir-errno
84 save-cwd savedir savewd
86 settime sig2str ssize_t stat-macros
87 stat-time stdbool stdlib-safer stpcpy
90 strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset
91 unicodeio unistd-safer unlink-busy unlinkdir unlocked-io
93 useless-if-before-free
94 userspec utimecmp utimens
97 verify version-etc-fsf
98 wcwidth winsz-ioctl winsz-termios write-any-file
99 xalloc xgetcwd xgethostname
104 xstrtol xstrtold xstrtoumax yesno
107 # Other locale categories that need message catalogs.
108 EXTRA_LOCALE_CATEGORIES=LC_TIME
110 # Additional xgettext options to use. Use "\\\newline" to break lines.
111 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
113 --flag=asprintf:2:c-format\\\
114 --flag=asnprintf:3:c-format\\\
115 --flag=error:3:c-format\\\
116 --flag=error_at_line:5:c-format\\\
117 --flag=vasprintf:2:c-format\\\
118 --flag=vasnprintf:3:c-format\\\
119 --flag=wrapf:1:c-format\\\
120 --flag=xasprintf:1:c-format\\\
121 --flag=xfprintf:2:c-format\\\
122 --flag=xprintf:1:c-format\\\
125 # Append these, since we use the propername module.
126 see_manual='"This is a proper name. See the gettext manual, section Names."'
127 see_manual=\'"$see_manual"\'
128 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
129 --keyword=proper_name:1,'"$see_manual"'\\\
130 --keyword=proper_name_utf8:1,'"$see_manual"'\\\
133 # If "AM_GNU_GETTEXT(external" or "AM_GNU_GETTEXT([external]"
134 # appears in configure.ac, exclude some unnecessary files.
135 # Without grep's -E option (not portable enough, pre-configure),
136 # the following test is ugly. Also, this depends on the existence
137 # of configure.ac, not the obsolescent-named configure.in. But if
138 # you're using this infrastructure, you should care about such things.
141 grep '^[ ]*AM_GNU_GETTEXT(external\>' configure.ac > /dev/null &&
143 grep '^[ ]*AM_GNU_GETTEXT(\[external\]' configure.ac > /dev/null &&
146 if test $gettext_external = 1; then
147 # Gettext supplies these files, but we don't need them since
148 # we don't have an intl subdirectory.
160 gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
162 # Automake requires that ChangeLog exist.