x11/components/mesa: fix erroneous dri-drivers-path
[oi-userland.git] / components / developer / automake-1.16 / patches / 01-test-cxx-bison.patch
blob2c65aec8aba036e7cd0b5313ebc4ebf2366a7102
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
5 @@ -18,7 +18,7 @@
6 # headers are not involved).
7 # Keep in sync with sister test 'yacc-basic.sh'.
9 -required='c++ yacc'
10 +required='c++ bison'
11 . test-init.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
16 @@ -20,7 +20,7 @@
17 # "make maintainer-clean".
18 # See also sister test 'yacc-clean.sh'.
20 -required='c++ yacc'
21 +required='c++ bison'
22 . test-init.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
27 @@ -18,7 +18,7 @@
28 # (i.e., '-d' in *YFLAGS).
29 # Keep in sync with sister test 'yacc-d-basic.sh'.
31 -required='c++ yacc'
32 +required='c++ bison'
33 . test-init.sh
35 write_parse ()
36 --- automake-1.16.5/t/yacc-mix-c-cxx.sh.orig
37 +++ automake-1.16.5/t/yacc-mix-c-cxx.sh
38 @@ -17,7 +17,7 @@
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'
44 . test-init.sh
46 cat >> configure.ac << 'END'