tests: avoid useless variables
[bison.git] / bootstrap.conf
blobd33e9c8c476e27f6ae457b36b1c286c144cdc9af
1 # Bootstrap configuration.
3 # Copyright (C) 2006-2015, 2018-2022 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   hash-map
31   javaexec-script
32   ldexpl
33   libtextstyle-optional
34   linked-list
35   malloc-gnu
36   mbfile mbswidth
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 strtod 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   xmap 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 --automake-subdir --automake-subdir-tests --po-base=gnulib-po --po-domain=bison'
84 bootstrap_post_import_hook()
86   # Ensure that ChangeLog exists, for automake.
87   test -f ChangeLog || touch ChangeLog
90 bootstrap_epilogue()
92   # Make sure we don't need src/bison, which usually doesn't exist at
93   # the time of a bootstrap.
94   touch src/parse-gram.[ch]
96   perl -pi -e "s/\@PACKAGE\@/$package/g" README-release
98   # Bison currently uses Gettext 0.19, but the gnulib-po module
99   # imports files from more recent versions of Gettext that are not
100   # yet available widely enough (e.g., not in bionic, used by the CI).
101   # Work around this.  Don't use autopoint, which sends some other
102   # files in the past.
103   cp po/Makefile.in.in gnulib-po
106 # Keep our bootstrap script in sync with gnulib's.  If we ever need to
107 # maintain our own bootstrap script again, set this to false, remove
108 # the bootstrap entry from the file .x-update-copyright, and add any
109 # needed copyright years to the copyright statement in the bootstrap
110 # script.
111 bootstrap_sync=true