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
60 getline getloadavg getndelim2 getopt getpagesize getpass-gnu
61 gettext gettime gettimeofday getugroups getusershell
64 gnu-make gnumakefile gnupload
65 group-member hard-locale hash hash-pjw host-os human idcache
67 inttostr inttypes isapipe
68 lchmod lchown lib-ignore linebuffer link-follow
69 long-options lstat malloc
74 mkancesdirs mkdir mkdir-p mkstemp mktime modechange
75 mountlist mpsort obstack pathmax perl physmem
82 quote quotearg raise readlink areadlink-with-size
87 realloc regex rename-dest-slash rmdir rmdir-errno
91 save-cwd savedir savewd
93 settime sig2str sigaction ssize_t stat-macros
94 stat-time stdbool stdlib-safer stpcpy
98 strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset
99 unicodeio unistd-safer unlink-busy unlinkdir unlocked-io
101 useless-if-before-free
102 userspec utimecmp utimens
105 verify version-etc-fsf verror
107 wcwidth winsz-ioctl winsz-termios write-any-file
115 xstrtol xstrtold xstrtoumax yesno
118 # Other locale categories that need message catalogs.
119 EXTRA_LOCALE_CATEGORIES=LC_TIME
121 # Additional xgettext options to use. Use "\\\newline" to break lines.
122 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
124 --flag=asprintf:2:c-format\\\
125 --flag=asnprintf:3:c-format\\\
126 --flag=error:3:c-format\\\
127 --flag=error_at_line:5:c-format\\\
128 --flag=vasprintf:2:c-format\\\
129 --flag=vasnprintf:3:c-format\\\
130 --flag=wrapf:1:c-format\\\
131 --flag=xasprintf:1:c-format\\\
132 --flag=xfprintf:2:c-format\\\
133 --flag=xprintf:1:c-format\\\
136 # Append these, since we use the propername module.
137 see_manual='"This is a proper name. See the gettext manual, section Names."'
138 see_manual=\'"$see_manual"\'
139 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
140 --keyword=proper_name:1,'"$see_manual"'\\\
141 --keyword=proper_name_utf8:1,'"$see_manual"'\\\
144 # If "AM_GNU_GETTEXT(external" or "AM_GNU_GETTEXT([external]"
145 # appears in configure.ac, exclude some unnecessary files.
146 # Without grep's -E option (not portable enough, pre-configure),
147 # the following test is ugly. Also, this depends on the existence
148 # of configure.ac, not the obsolescent-named configure.in. But if
149 # you're using this infrastructure, you should care about such things.
152 grep '^[ ]*AM_GNU_GETTEXT(external\>' configure.ac > /dev/null &&
154 grep '^[ ]*AM_GNU_GETTEXT(\[external\]' configure.ac > /dev/null &&
157 if test $gettext_external = 1; then
158 # Gettext supplies these files, but we don't need them since
159 # we don't have an intl subdirectory.
171 gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
173 # Build prerequisites
189 # Automake requires that ChangeLog exist.