maint: update all copyright dates via "make update-copyright"
[cppi.git] / bootstrap.conf
blobb6cbd991709a58f2b0c4e2444fec2da7b79c4df5
1 # Bootstrap configuration.
3 # Copyright (C) 2006-2021, 2023-2024 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   announce-gen
25   autobuild
26   calloc-gnu
27   closeout
28   config-h
29   configmake
30   do-release-commit-and-tag
31   error
32   exitfail
33   getopt-gnu
34   gettext-h
35   git-version-gen
36   gitlog-to-changelog
37   gnu-web-doc-update
38   gnumakefile
39   gnupload
40   intprops
41   lib-ignore
42   malloc-gnu
43   maintainer-makefile
44   manywarnings
45   non-recursive-gnulib-prefix-hack
46   obstack
47   progname
48   quote
49   quotearg
50   realloc-gnu
51   readme-release
52   stat-macros
53   stdbool
54   stpcpy
55   timespec
56   unlocked-io
57   update-copyright
58   useless-if-before-free
59   verify
60   version-etc
61   version-etc-fsf
62   warnings
63   xalloc
64   xstrtol
67 # Other locale categories that need message catalogs.
68 EXTRA_LOCALE_CATEGORIES=
70 # Additional xgettext options to use.  Use "\\\newline" to break lines.
71 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
72  --from-code=UTF-8\\\
73  --flag=asprintf:2:c-format\\\
74  --flag=asnprintf:3:c-format\\\
75  --flag=error:3:c-format\\\
76  --flag=error_at_line:5:c-format\\\
77  --flag=vasprintf:2:c-format\\\
78  --flag=vasnprintf:3:c-format\\\
79  --flag=wrapf:1:c-format\\\
80  --flag=xasprintf:1:c-format\\\
81  --flag=xfprintf:2:c-format\\\
82  --flag=xprintf:1:c-format\\\
85 # If "AM_GNU_GETTEXT(external" or "AM_GNU_GETTEXT([external]"
86 # appears in configure.ac, exclude some unnecessary files.
87 # Without grep's -E option (not portable enough, pre-configure),
88 # the following test is ugly.  Also, this depends on the existence
89 # of configure.ac, not the obsolescent-named configure.in.  But if
90 # you're using this infrastructure, you should care about such things.
92 gettext_external=0
93 grep '^[         ]*AM_GNU_GETTEXT(external\>' configure.ac > /dev/null &&
94   gettext_external=1
95 grep '^[         ]*AM_GNU_GETTEXT(\[external\]' configure.ac > /dev/null &&
96   gettext_external=1
98 if test $gettext_external = 1; then
99   # Gettext supplies these files, but we don't need them since
100   # we don't have an intl subdirectory.
101   excluded_files='
102       m4/glibc2.m4
103       m4/intdiv0.m4
104       m4/lcmessage.m4
105       m4/lock.m4
106       m4/uintmax_t.m4
107       m4/ulonglong.m4
108       m4/visibility.m4
109   '
112 gnulib_tool_option_extras='--symlink --makefile-name=gnulib.mk'
114 # Build prerequisites
115 buildreq="\
116 autoconf   2.61
117 automake   1.11
118 autopoint  0.19.2
119 flex       -
120 gettext    -
121 git        1.4.4
122 gperf      -
123 gzip       -
124 help2man   1.36
125 m4         -
126 makeinfo   -
127 perl       5.5
128 tar        -
129 texi2pdf   6.1
130 wget       -
131 xz         -
134 bootstrap_post_import_hook()
136   # Massage lib/gnulib.mk before using it later in the bootstrapping process.
137   build-aux/prefix-gnulib-mk --lib-name=$gnulib_name lib/$gnulib_mk
140 bootstrap_epilogue()
142   perl -pi -e "s/\@PACKAGE\@/$package/g" README-release
145 # Automake requires that ChangeLog exist.
146 touch ChangeLog
148 # Tell bootstrap to sync itself from gnulib.
149 bootstrap_sync=true