glr2.cc: no longer be part of b4_glr_cc_if
[bison.git] / bootstrap.conf
blob51777601be331ad3c38f000d2179e5d0941a1dc8
1 # Bootstrap configuration.
3 # Copyright (C) 2006-2015, 2018-2021 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 <https://www.gnu.org/licenses/>.
18 # gnulib modules used by this package.
19 gnulib_modules='
20   argmatch array-list assert assure attribute
21   bitsetv
22   calloc-posix close closeout config-h c-strcase
23   configmake
24   dirname
25   error execute extensions
26   fdl fopen-safer fstrcmp
27   getopt-gnu
28   gettext-h git-version-gen gitlog-to-changelog
29   gpl-3.0 intprops inttypes isnan javacomp-script
30   javaexec-script
31   ldexpl
32   libtextstyle-optional
33   linked-list
34   malloc-gnu
35   mbfile mbswidth
36   non-recursive-gnulib-prefix-hack
37   obstack
38   obstack-printf
39   perror progname
40   quote quotearg
41   rbtreehash-list
42   readline
43   readme-release
44   realloc-posix
45   relocatable-prog relocatable-script
46   rename
47   spawn-pipe stdbool stpcpy stpncpy strdup-posix strerror strverscmp
48   sys_ioctl
49   termios
50   timevar
51   unicodeio unistd unistd-safer unlink unlocked-io
52   update-copyright unsetenv verify
53   warnings
54   winsz-ioctl
55   winsz-termios
56   xalloc
57   xalloc-die
58   xconcat-filename
59   xhash
60   xlist
61   xmemdup0
62   xstrndup
64   fprintf-posix printf-posix snprintf-posix sprintf-posix
65   vsnprintf-posix vsprintf-posix
68 checkout_only_file=README-hacking.md
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=complain:3:c-format\\\
75  --flag=complain_indent:4:c-format\\\
76  --flag=unexpected_end:2:c-format\\\
78 XGETTEXT_OPTIONS_RUNTIME=$XGETTEXT_OPTIONS'\\\
79  --keyword=YY_ \\\
82 gnulib_tool_option_extras='--symlink --conditional-dependencies --makefile-name=gnulib.mk --po-base=gnulib-po --po-domain=bison'
84 bootstrap_post_import_hook()
86   # Massage lib/gnulib.mk before using it later in the bootstrapping process.
87   build-aux/prefix-gnulib-mk --lib-name="$gnulib_name" "lib/$gnulib_mk"
89   # Ensure that ChangeLog exists, for automake.
90   test -f ChangeLog || touch ChangeLog
93 bootstrap_epilogue()
95   # Make sure we don't need src/bison, which usually doesn't exist at
96   # the time of a bootstrap.
97   touch src/parse-gram.[ch]
99   perl -pi -e "s/\@PACKAGE\@/$package/g" README-release
101   # Bison currently uses Gettext 0.19, but the gnulib-po module
102   # imports files from more recent versions of Gettext that are not
103   # yet available widely enough (e.g., not in bionic, used by the CI).
104   # Work around this.  Don't use autopoint, which sends some other
105   # files in the past.
106   cp po/Makefile.in.in gnulib-po
109 # Keep our bootstrap script in sync with gnulib's.  If we ever need to
110 # maintain our own bootstrap script again, set this to false, remove
111 # the bootstrap entry from the file .x-update-copyright, and add any
112 # needed copyright years to the copyright statement in the bootstrap
113 # script.
114 bootstrap_sync=true