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.
20 argmatch array-list assert assure attribute
22 calloc-posix close closeout config-h c-strcase
25 error execute extensions
26 fdl fopen-safer fstrcmp
28 gettext-h git-version-gen gitlog-to-changelog
29 gpl-3.0 intprops inttypes isnan javacomp-script
36 non-recursive-gnulib-prefix-hack
45 relocatable-prog relocatable-script
47 spawn-pipe stdbool stpcpy stpncpy strdup-posix strerror strverscmp
51 unicodeio unistd unistd-safer unlink unlocked-io
52 update-copyright unsetenv verify
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'\\\
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'\\\
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
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
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