Commit 0a82bf5 1 parent a70e75b commit 0a82bf5 Copy full SHA for 0a82bf5
File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 44
44
- git fetch --unshallow || true
45
45
- git submodule update --init --recursive
46
46
47
+ # As of 2021-08, we don't have Autoconf 2.71 on Ubuntu.
48
+ - sed -i 's/AC_PREREQ(\[2\.71\])/AC_PREREQ([2.69])/g' configure.ac
47
49
- ./bootstrap
48
50
- ./configure --enable-gcc-warnings || { cat config.log && false; }
49
51
- make -j2
Original file line number Diff line number Diff line change @@ -517,6 +517,8 @@ https://github.com/scfc/bison-php/blob/master/data/lalr1.php
517
517
https://lists.gnu.org/r/bison-patches/2013-09/msg00000.html and following
518
518
519
519
** Multiple start symbols
520
+ Revert a70e75b8a41755ab96ab211a0ea111ac68a4aadd.
521
+
520
522
Would be very useful when parsing closely related languages. The idea is to
521
523
declare several start symbols, for instance
522
524
Original file line number Diff line number Diff line change 15
15
# You should have received a copy of the GNU General Public License
16
16
# along with this program. If not, see <https://www.gnu.org/licenses/>.
17
17
18
- # In order for some versions of Sun Studio to compile our C++ test cases
19
- # correctly, we need Autoconf 2.64 or better to handle the restrict
20
- # keyword in at least string.h from gnulib. We need Autoconf 2.68 or
21
- # better to avoid a typo in the 'configure --help' entry for the YACC
22
- # environment variable.
23
18
AC_PREREQ ( [ 2.71] )
24
19
m4_pattern_forbid ( [ ^_?(gl_[ A-Z] |AX_|BISON_)] )
25
20
m4_pattern_allow ( [ ^BISON_USE_NLS$] )
You can’t perform that action at this time.
0 commit comments