1 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68832
3 --- automake-1.16.5/t/yacc-cxx.sh.orig
4 +++ automake-1.16.5/t/yacc-cxx.sh
6 # headers are not involved).
7 # Keep in sync with sister test 'yacc-basic.sh'.
13 cat >> configure.ac << 'END'
14 --- automake-1.16.5/t/yacc-clean-cxx.sh.orig
15 +++ automake-1.16.5/t/yacc-clean-cxx.sh
17 # "make maintainer-clean".
18 # See also sister test 'yacc-clean.sh'.
24 cat >> configure.ac << 'END'
25 --- automake-1.16.5/t/yacc-d-cxx.sh.orig
26 +++ automake-1.16.5/t/yacc-d-cxx.sh
28 # (i.e., '-d' in *YFLAGS).
29 # Keep in sync with sister test 'yacc-d-basic.sh'.
36 --- automake-1.16.5/t/yacc-mix-c-cxx.sh.orig
37 +++ automake-1.16.5/t/yacc-mix-c-cxx.sh
39 # Check that many different Yacc parsers (both C and C++) can co-exists
40 # in the same directory.
42 -required='cc c++ yacc'
43 +required='cc c++ bison'
46 cat >> configure.ac << 'END'