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