install: compare files in binary mode
[coreutils.git] / bootstrap.conf
blob89564fe29724ff5facb881513a589320af3d7ae0
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         getline getloadavg getndelim2 getopt getpagesize getpass-gnu
61         gettext gettime gettimeofday getugroups getusershell
62         git-version-gen
63         gitlog-to-changelog
64         gnu-make gnumakefile gnupload
65         group-member hard-locale hash hash-pjw host-os human idcache
66         ignore-value
67         inttostr inttypes isapipe
68         lchmod lchown lib-ignore linebuffer link-follow
69         long-options lstat malloc
70         mbrtowc
71         mbswidth
72         memcasecmp mempcpy
73         memrchr mgetgroups
74         mkancesdirs mkdir mkdir-p mkstemp mktime modechange
75         mountlist mpsort obstack pathmax perl physmem
76         posix-shell
77         posixtm
78         posixver
79         progname
80         propername
81         putenv
82         quote quotearg raise readlink areadlink-with-size
83         randint
84         randperm
85         readtokens
86         readtokens0 readutmp
87         realloc regex rename-dest-slash rmdir rmdir-errno
88         root-dev-ino
89         rpmatch
90         safe-read same
91         save-cwd savedir savewd
92         selinux-at
93         settime sig2str sigaction ssize_t stat-macros
94         stat-time stdbool stdlib-safer stpcpy
95         stpncpy
96         strdup
97         strftime
98         strpbrk strtoimax strtoumax strverscmp sys_stat timespec tzset
99         unicodeio unistd-safer unlink-busy unlinkdir unlocked-io
100         uptime
101         useless-if-before-free
102         userspec utimecmp utimens
103         vasprintf-posix
104         vc-list-files
105         verify version-etc-fsf verror
106         warnings
107         wcwidth winsz-ioctl winsz-termios write-any-file
108         xalloc
109         xfreopen
110         xgetcwd xgethostname
111         xmemcoll xnanosleep
112         xprintf
113         xprintf-posix
114         xstrtod xstrtoimax
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'\\\
123  --from-code=UTF-8\\\
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.
151 gettext_external=0
152 grep '^[         ]*AM_GNU_GETTEXT(external\>' configure.ac > /dev/null &&
153   gettext_external=1
154 grep '^[         ]*AM_GNU_GETTEXT(\[external\]' configure.ac > /dev/null &&
155   gettext_external=1
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.
160   excluded_files='
161       m4/glibc2.m4
162       m4/intdiv0.m4
163       m4/lcmessage.m4
164       m4/lock.m4
165       m4/uintmax_t.m4
166       m4/ulonglong.m4
167       m4/visibility.m4
168   '
171 gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests"
173 # Build prerequisites
174 buildreq="\
175 autoconf   2.61
176 automake   1.10a
177 autopoint  -
178 bison      -
179 gettext    -
180 git        1.4.4
181 gperf      -
182 gzip       -
183 makeinfo   -
184 perl       5.5
185 rsync      -
186 tar        -
189 # Automake requires that ChangeLog exist.
190 touch ChangeLog