doc: catch up with the current display of cex
[bison.git] / bootstrap.conf
blobd83c70d5b75f64080344104b8be8de05ed40aff8
1 # Bootstrap configuration.
3 # Copyright (C) 2006-2015, 2018-2020 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 attribute
21   bitsetv
22   calloc-posix close closeout config-h c-strcase
23   configmake
24   dirname
25   error 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 strdup-posix strerror strverscmp
48   timevar
49   unicodeio unistd unistd-safer unlink unlocked-io
50   update-copyright unsetenv verify
51   warnings
52   winsz-ioctl
53   winsz-termios
54   xalloc
55   xalloc-die
56   xconcat-filename
57   xhash
58   xlist
59   xmemdup0
60   xstrndup
62   fprintf-posix printf-posix snprintf-posix sprintf-posix
63   vsnprintf-posix vsprintf-posix
66 checkout_only_file=README-hacking.md
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=complain:3:c-format\\\
73  --flag=complain_indent:4:c-format\\\
74  --flag=unexpected_end:2:c-format\\\
76 XGETTEXT_OPTIONS_RUNTIME=$XGETTEXT_OPTIONS'\\\
77  --keyword=YY_ \\\
80 gnulib_tool_option_extras='--symlink --conditional-dependencies --makefile-name=gnulib.mk --po-base=gnulib-po --po-domain=bison'
82 bootstrap_post_import_hook()
84   # Massage lib/gnulib.mk before using it later in the bootstrapping process.
85   build-aux/prefix-gnulib-mk --lib-name="$gnulib_name" "lib/$gnulib_mk"
87   # Ensure that ChangeLog exists, for automake.
88   test -f ChangeLog || touch ChangeLog
91 bootstrap_epilogue()
93   # Make sure we don't need src/bison, which usually doesn't exist at
94   # the time of a bootstrap.
95   touch src/parse-gram.[ch]
97   perl -pi -e "s/\@PACKAGE\@/$package/g" README-release
99   # Bison currently uses Gettext 0.19, but the gnulib-po module
100   # imports files from more recent versions of Gettext that are not
101   # yet available widely enough (e.g., not in bionic, used by the CI).
102   # Work around this.  Don't use autopoint, which sends some other
103   # files in the past.
104   cp po/Makefile.in.in gnulib-po
107 # Keep our bootstrap script in sync with gnulib's.  If we ever need to
108 # maintain our own bootstrap script again, set this to false, remove
109 # the bootstrap entry from the file .x-update-copyright, and add any
110 # needed copyright years to the copyright statement in the bootstrap
111 # script.
112 bootstrap_sync=true