maint: ignore more files
[cppi/ericb.git] / bootstrap.conf
blob6aacf47b69ce3d58577bb4b12f9b293bb550ef99
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 avoided_gnulib_modules='
21 # gnulib modules used by this package.
22 gnulib_modules="
23   $avoided_gnulib_modules
24   alloca
25   announce-gen
26   autobuild
27   calloc
28   closeout
29   config-h
30   configmake
31   do-release-commit-and-tag
32   error
33   exitfail
34   getopt
35   git-version-gen
36   gitlog-to-changelog
37   gnu-web-doc-update
38   gnumakefile
39   gnupload
40   intprops
41   lib-ignore
42   malloc
43   maintainer-makefile
44   manywarnings
45   obstack
46   progname
47   quote
48   quotearg
49   realloc
50   stat-macros
51   stdbool
52   stpcpy
53   timespec
54   unlocked-io
55   update-copyright
56   useless-if-before-free
57   verify
58   version-etc
59   version-etc-fsf
60   warnings
61   xalloc
62   xstrtol
65 # Other locale categories that need message catalogs.
66 EXTRA_LOCALE_CATEGORIES=
68 # Additional xgettext options to use.  Use "\\\newline" to break lines.
69 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
70  --from-code=UTF-8\\\
71  --flag=asprintf:2:c-format\\\
72  --flag=asnprintf:3:c-format\\\
73  --flag=error:3:c-format\\\
74  --flag=error_at_line:5:c-format\\\
75  --flag=vasprintf:2:c-format\\\
76  --flag=vasnprintf:3:c-format\\\
77  --flag=wrapf:1:c-format\\\
78  --flag=xasprintf:1:c-format\\\
79  --flag=xfprintf:2:c-format\\\
80  --flag=xprintf:1:c-format\\\
83 # If "AM_GNU_GETTEXT(external" or "AM_GNU_GETTEXT([external]"
84 # appears in configure.ac, exclude some unnecessary files.
85 # Without grep's -E option (not portable enough, pre-configure),
86 # the following test is ugly.  Also, this depends on the existence
87 # of configure.ac, not the obsolescent-named configure.in.  But if
88 # you're using this infrastructure, you should care about such things.
90 gettext_external=0
91 grep '^[         ]*AM_GNU_GETTEXT(external\>' configure.ac > /dev/null &&
92   gettext_external=1
93 grep '^[         ]*AM_GNU_GETTEXT(\[external\]' configure.ac > /dev/null &&
94   gettext_external=1
96 if test $gettext_external = 1; then
97   # Gettext supplies these files, but we don't need them since
98   # we don't have an intl subdirectory.
99   excluded_files='
100       m4/glibc2.m4
101       m4/intdiv0.m4
102       m4/lcmessage.m4
103       m4/lock.m4
104       m4/uintmax_t.m4
105       m4/ulonglong.m4
106       m4/visibility.m4
107   '
110 # Build prerequisites
111 buildreq="\
112 autoconf   2.61
113 automake   1.11
114 autopoint  -
115 flex       -
116 gettext    -
117 git        1.4.4
118 gperf      -
119 gzip       -
120 help2man   1.36
121 makeinfo   -
122 perl       5.5
123 rsync      -
124 tar        -
127 # Automake requires that ChangeLog exist.
128 touch ChangeLog