build: make the "rpm" rule work once again
[iwhd.git] / bootstrap.conf
blobd19472801672cb37374201233b4efac6ca04cb21
1 # Bootstrap configuration.
3 # Copyright (C) 2006-2010 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/>.
18 # This test is fine, but inordinately slow.
19 avoided_gnulib_modules='
20   --avoid=malloca-tests
23 # gnulib modules used by this package.
24 gnulib_modules='
25 announce-gen
26 c-ctype
27 closeout
28 dirname
29 do-release-commit-and-tag
30 error
31 getopt-gnu
32 gettext-h
33 git-version-gen
34 gitlog-to-changelog
35 gnu-web-doc-update
36 gnupload
37 malloc-gnu
38 maintainer-makefile
39 manywarnings
40 progname
41 quotearg
42 realloc-gnu
43 ssize_t
44 stddef
45 stdlib
46 stpcpy
47 strerror
48 string
49 strtol
50 strtoul
51 strtoull
52 strtoumax
53 unistd
54 unlocked-io
55 update-copyright
56 useless-if-before-free
57 version-etc-fsf
58 xalloc
59 xstrtoumax
62 gnulib_name=libiwhd
64 checkout_only_file=
65 MSGID_BUGS_ADDRESS=iwhd-devel@fedorahosted.org
67 # Additional xgettext options to use.  Use "\\\newline" to break lines.
68 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
69  --from-code=UTF-8\\\
70  --flag=asprintf:2:c-format --flag=vasprintf:2:c-format\\\
71  --flag=asnprintf:3:c-format --flag=vasnprintf:3:c-format\\\
72  --flag=wrapf:1:c-format\\\
73  --flag=error:3:c-format --flag=error_at_line:5:c-format\\\
76 # Automake requires that ChangeLog exist.
77 test -f ChangeLog || touch ChangeLog || exit 1
79 gnulib_tool_option_extras="--tests-base=$bt/gnulib-tests --with-tests $avoided_gnulib_modules"
81 # Build prerequisites
82 buildreq="\
83 autoconf   2.62
84 automake   1.11.1
85 autopoint  -
86 bison      -
87 gettext    -
88 git        1.4.4
89 gzip       -
90 makeinfo   -
91 rsync      -
92 tar        -
95 bootstrap_epilogue()
97   # Change paths in gnulib-tests/gnulib.mk from "../.." to "..".
98   m=gnulib-tests/gnulib.mk
99   sed 's,\.\./\.\.,..,g' $m > $m-t
100   mv -f $m-t $m