1 # Bootstrap configuration.
3 # Copyright (C) 2006-2009 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.
20 avoided_gnulib_modules='
21 --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
43 c-strtold calloc canon-host canonicalize chown cloexec
51 d-ino d-type diacrit dirfd dirname dup2
52 error euidaccess exclude exitfail fchdir fcntl fcntl-safer fdl
53 file-type fileblocks filemode filenamecat filevercmp fnmatch-gnu
59 fts getdate getgroups gethrxtime
61 getline getloadavg getndelim2 getopt getpagesize getpass-gnu
62 gettext gettime gettimeofday getugroups getusershell
65 gnu-make gnumakefile gnupload
66 group-member hard-locale hash hash-pjw host-os human idcache
68 inttostr inttypes isapipe
69 lchmod lchown lib-ignore linebuffer link-follow
70 long-options lstat malloc
76 mkancesdirs mkdir mkdir-p mkstemp mktime modechange
77 mountlist mpsort obstack pathmax perl physmem
84 quote quotearg raise readlink areadlink-with-size
89 realloc regex rename-dest-slash rmdir rmdir-errno
93 save-cwd savedir savewd
95 settime sig2str sigaction ssize_t stat-macros
96 stat-time stdbool stdlib-safer stpcpy
100 strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset
101 unicodeio unistd-safer unlink-busy unlinkdir unlocked-io
103 useless-if-before-free
104 userspec utimecmp utimens
107 verify version-etc-fsf verror
109 wcwidth winsz-ioctl winsz-termios write-any-file
117 xstrtol xstrtold xstrtoumax yesno
120 # Other locale categories that need message catalogs.
121 EXTRA_LOCALE_CATEGORIES=LC_TIME
123 # Additional xgettext options to use. Use "\\\newline" to break lines.
124 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
125 --flag=asnprintf:3:c-format\\\
126 --flag=asprintf:2:c-format\\\
127 --flag=error:3:c-format\\\
128 --flag=error_at_line:5:c-format\\\
129 --flag=vasnprintf:3:c-format\\\
130 --flag=vasprintf:2:c-format\\\
131 --flag=verror:3:c-format\\\
132 --flag=verror_at_line:5:c-format\\\
133 --flag=wrapf:1:c-format\\\
134 --flag=xasprintf:1:c-format\\\
135 --flag=xfprintf:2:c-format\\\
136 --flag=xprintf:1:c-format\\\
140 # Append these, since we use the propername module.
141 see_manual='"This is a proper name. See the gettext manual, section Names."'
142 see_manual=\'"$see_manual"\'
143 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
144 --keyword=proper_name:1,'"$see_manual"'\\\
145 --keyword=proper_name_utf8:1,'"$see_manual"'\\\
148 # If "AM_GNU_GETTEXT(external" or "AM_GNU_GETTEXT([external]"
149 # appears in configure.ac, exclude some unnecessary files.
150 # Without grep's -E option (not portable enough, pre-configure),
151 # the following test is ugly. Also, this depends on the existence
152 # of configure.ac, not the obsolescent-named configure.in. But if
153 # you're using this infrastructure, you should care about such things.
156 grep '^[ ]*AM_GNU_GETTEXT(external\>' configure.ac > /dev/null &&
158 grep '^[ ]*AM_GNU_GETTEXT(\[external\]' configure.ac > /dev/null &&
161 if test $gettext_external = 1; then
162 # Gettext supplies these files, but we don't need them since
163 # we don't have an intl subdirectory.
175 gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
177 # Build prerequisites
193 # Automake requires that ChangeLog exist.