install: deprecate the --preserve_context option
[coreutils.git] / bootstrap.conf
blob568ef401729b8b112732a3e8646217ee75eed7c0
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
22         --avoid=dummy
23         --avoid=lock
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.
34 gnulib_modules="
35         $avoided_gnulib_modules
36         $obsolete_gnulib_modules
37         acl alloca announce-gen argmatch
38         argv-iter
39         assert
40         autobuild
41         backupfile base64
42         c-strcase c-strtod
43         c-strtold calloc canon-host canonicalize chown cloexec
44         config-h configmake
45         closein closeout
46         crypto/md5
47         crypto/sha1
48         crypto/sha256
49         crypto/sha512
50         cycle-check
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
54         fopen-safer
55         fprintftime
56         fseeko
57         fsusage ftruncate
58         ftello
59         fts getdate getgroups gethrxtime
60         gendocs
61         getline getloadavg getndelim2 getopt getpagesize getpass-gnu
62         gettext gettime gettimeofday getugroups getusershell
63         git-version-gen
64         gitlog-to-changelog
65         gnu-make gnumakefile gnupload
66         group-member hard-locale hash hash-pjw host-os human idcache
67         ignore-value
68         inttostr inttypes isapipe
69         lchmod lchown lib-ignore linebuffer link-follow
70         long-options lstat malloc
71         manywarnings
72         mbrtowc
73         mbsalign
74         mbswidth
75         memcasecmp memcmp2 mempcpy
76         memrchr mgetgroups
77         mkancesdirs mkdir mkdir-p mkstemp mktime modechange
78         mountlist mpsort obstack pathmax perl physmem
79         posix-shell
80         posixtm
81         posixver
82         progname
83         propername
84         putenv
85         quote quotearg raise readlink areadlink-with-size
86         randint
87         randperm
88         readtokens
89         readtokens0 readutmp
90         realloc regex rename-dest-slash rmdir rmdir-errno
91         root-dev-ino
92         rpmatch
93         safe-read same
94         save-cwd savedir savewd
95         selinux-at
96         settime sig2str sigaction ssize_t stat-macros
97         stat-time stdbool stdlib-safer stpcpy
98         stpncpy
99         strdup
100         strftime
101         strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset
102         unicodeio unistd-safer unlink-busy unlinkdir unlocked-io
103         uptime
104         useless-if-before-free
105         userspec utimecmp utimens
106         vasprintf-posix
107         vc-list-files
108         verify version-etc-fsf verror
109         warnings
110         wcwidth winsz-ioctl winsz-termios write-any-file
111         xalloc
112         xfreopen
113         xgetcwd xgethostname
114         xmemcoll xnanosleep
115         xprintf
116         xprintf-posix
117         xstrtod xstrtoimax
118         xstrtol xstrtold xstrtoumax yesno
121 # Other locale categories that need message catalogs.
122 EXTRA_LOCALE_CATEGORIES=LC_TIME
124 # Additional xgettext options to use.  Use "\\\newline" to break lines.
125 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
126  --flag=asnprintf:3:c-format\\\
127  --flag=asprintf:2:c-format\\\
128  --flag=error:3:c-format\\\
129  --flag=error_at_line:5:c-format\\\
130  --flag=vasnprintf:3:c-format\\\
131  --flag=vasprintf:2:c-format\\\
132  --flag=verror:3:c-format\\\
133  --flag=verror_at_line:5:c-format\\\
134  --flag=wrapf:1:c-format\\\
135  --flag=xasprintf:1:c-format\\\
136  --flag=xfprintf:2:c-format\\\
137  --flag=xprintf:1:c-format\\\
138  --from-code=UTF-8\\\
141 # Append these, since we use the propername module.
142 see_manual='"This is a proper name. See the gettext manual, section Names."'
143 see_manual=\'"$see_manual"\'
144 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
145  --keyword=proper_name:1,'"$see_manual"'\\\
146  --keyword=proper_name_utf8:1,'"$see_manual"'\\\
149 # If "AM_GNU_GETTEXT(external" or "AM_GNU_GETTEXT([external]"
150 # appears in configure.ac, exclude some unnecessary files.
151 # Without grep's -E option (not portable enough, pre-configure),
152 # the following test is ugly.  Also, this depends on the existence
153 # of configure.ac, not the obsolescent-named configure.in.  But if
154 # you're using this infrastructure, you should care about such things.
156 gettext_external=0
157 grep '^[         ]*AM_GNU_GETTEXT(external\>' configure.ac > /dev/null &&
158   gettext_external=1
159 grep '^[         ]*AM_GNU_GETTEXT(\[external\]' configure.ac > /dev/null &&
160   gettext_external=1
162 if test $gettext_external = 1; then
163   # Gettext supplies these files, but we don't need them since
164   # we don't have an intl subdirectory.
165   excluded_files='
166       m4/glibc2.m4
167       m4/intdiv0.m4
168       m4/lcmessage.m4
169       m4/lock.m4
170       m4/uintmax_t.m4
171       m4/ulonglong.m4
172       m4/visibility.m4
173   '
176 gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
178 # Build prerequisites
179 buildreq="\
180 autoconf   2.61
181 automake   1.10b
182 autopoint  -
183 bison      -
184 gettext    -
185 git        1.4.4
186 gperf      -
187 gzip       -
188 makeinfo   -
189 perl       5.5
190 rsync      -
191 tar        -
194 # Automake requires that ChangeLog exist.
195 touch ChangeLog