* data/skeletons/glr.c (yysplitStack): Pacify Clang 8.
[bison.git] / bootstrap.conf
blob4f6ef94fbb21a1d20aee5fcffebe91e2757c8114
1 # Bootstrap configuration.
3 # Copyright (C) 2006-2015, 2018-2019 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 # gnulib modules used by this package.
19 gnulib_modules='
20   argmatch array-list assert assure
21   bitsetv
22   calloc-posix close closeout config-h c-strcase
23   configmake
24   dirname
25   error extensions fdl fopen-safer
26   getopt-gnu
27   gettext-h git-version-gen gitlog-to-changelog
28   gpl-3.0 intprops inttypes isnan javacomp-script
29   javaexec-script
30   ldexpl
31   libtextstyle-optional
32   malloc-gnu
33   mbfile mbswidth
34   non-recursive-gnulib-prefix-hack
35   obstack
36   obstack-printf
37   perror progname
38   quote quotearg
39   readme-release
40   realloc-posix
41   relocatable-prog relocatable-script
42   rename
43   spawn-pipe stdbool stpcpy strdup-posix strerror strverscmp
44   timevar
45   unistd unistd-safer unlink unlocked-io
46   update-copyright unsetenv verify
47   warnings
48   winsz-ioctl
49   winsz-termios
50   xalloc
51   xalloc-die
52   xconcat-filename
53   xhash
54   xlist
55   xmemdup0
56   xstrndup
58   fprintf-posix printf-posix snprintf-posix sprintf-posix
59   vsnprintf-posix vsprintf-posix
62 # Additional xgettext options to use.  Use "\\\newline" to break lines.
63 XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
64  --from-code=UTF-8\\\
65  --flag=asprintf:2:c-format\\\
66  --flag=complain:3:c-format\\\
67  --flag=complain_indent:4:c-format\\\
68  --flag=unexpected_end:2:c-format\\\
70 XGETTEXT_OPTIONS_RUNTIME=$XGETTEXT_OPTIONS'\\\
71  --keyword=YY_ \\\
74 gnulib_tool_option_extras='--symlink --conditional-dependencies --makefile-name=gnulib.mk --po-base=gnulib-po --po-domain=bison'
76 bootstrap_post_import_hook()
78   # Massage lib/gnulib.mk before using it later in the bootstrapping process.
79   build-aux/prefix-gnulib-mk --lib-name="$gnulib_name" "lib/$gnulib_mk"
81   # Ensure that ChangeLog exists, for automake.
82   test -f ChangeLog || touch ChangeLog
85 bootstrap_epilogue()
87   # Make sure we don't need src/bison, which usually doesn't exist at
88   # the time of a bootstrap.
89   touch src/parse-gram.[ch]
91   perl -pi -e "s/\@PACKAGE\@/$package/g" README-release
94 # Keep our bootstrap script in sync with gnulib's.  If we ever need to
95 # maintain our own bootstrap script again, set this to false, remove
96 # the bootstrap entry from the file .x-update-copyright, and add any
97 # needed copyright years to the copyright statement in the bootstrap
98 # script.
99 bootstrap_sync=true