diff options
author | Will Estes <wlestes@users.sourceforge.net> | 2002-10-11 15:26:42 +0000 |
---|---|---|
committer | Will Estes <wlestes@users.sourceforge.net> | 2002-10-11 15:26:42 +0000 |
commit | c5ab107034aeef9afd85be219162f2581d74601f (patch) | |
tree | 722be5fbd7b1c10c4e4f7ec6208278e829519e26 | |
parent | 8f45da06adbd7dbcdfdbdd5c20ff4c47fc504f35 (diff) | |
download | flex-git-c5ab107034aeef9afd85be219162f2581d74601f.tar.gz |
remove BISON assignment as per suggestion from Akim Demaille
34 files changed, 33 insertions, 34 deletions
diff --git a/tests/TEMPLATE/Makefile.am b/tests/TEMPLATE/Makefile.am index b3d1f57..e9d4cf8 100644 --- a/tests/TEMPLATE/Makefile.am +++ b/tests/TEMPLATE/Makefile.am @@ -19,7 +19,6 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ FLEX = $(top_builddir)/flex builddir = @builddir@ diff --git a/tests/test-array-nr/Makefile.am b/tests/test-array-nr/Makefile.am index c92690e..4b1fe86 100644 --- a/tests/test-array-nr/Makefile.am +++ b/tests/test-array-nr/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-array-r/Makefile.am b/tests/test-array-r/Makefile.am index 5e1fdfe..5a2fa21 100644 --- a/tests/test-array-r/Makefile.am +++ b/tests/test-array-r/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-basic-nr/Makefile.am b/tests/test-basic-nr/Makefile.am index be2a7c2..bdf6340 100644 --- a/tests/test-basic-nr/Makefile.am +++ b/tests/test-basic-nr/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-basic-r/Makefile.am b/tests/test-basic-r/Makefile.am index 9acf436..2907190 100644 --- a/tests/test-basic-r/Makefile.am +++ b/tests/test-basic-r/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-bison-nr/Makefile.am b/tests/test-bison-nr/Makefile.am index 2ad07db..6874df6 100644 --- a/tests/test-bison-nr/Makefile.am +++ b/tests/test-bison-nr/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex builddir = @builddir@ diff --git a/tests/test-bison-yylloc/Makefile.am b/tests/test-bison-yylloc/Makefile.am index 542be3a..7f26f4d 100644 --- a/tests/test-bison-yylloc/Makefile.am +++ b/tests/test-bison-yylloc/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex builddir = @builddir@ diff --git a/tests/test-bison-yylval/Makefile.am b/tests/test-bison-yylval/Makefile.am index 31ac68a..de3071a 100644 --- a/tests/test-bison-yylval/Makefile.am +++ b/tests/test-bison-yylval/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex builddir = @builddir@ diff --git a/tests/test-c++-basic/Makefile.am b/tests/test-c++-basic/Makefile.am index d597c9a..1fc579d 100644 --- a/tests/test-c++-basic/Makefile.am +++ b/tests/test-c++-basic/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-c++-multiple-scanners/Makefile.am b/tests/test-c++-multiple-scanners/Makefile.am index 8babe07..d8da4a6 100644 --- a/tests/test-c++-multiple-scanners/Makefile.am +++ b/tests/test-c++-multiple-scanners/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner-1.l scanner-2.l main.cpp diff --git a/tests/test-c-cpp-nr/Makefile.am b/tests/test-c-cpp-nr/Makefile.am index 6a932ba..6e17e09 100644 --- a/tests/test-c-cpp-nr/Makefile.am +++ b/tests/test-c-cpp-nr/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-c-cpp-r/Makefile.am b/tests/test-c-cpp-r/Makefile.am index e143725..a0b9299 100644 --- a/tests/test-c-cpp-r/Makefile.am +++ b/tests/test-c-cpp-r/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-debug-nr/Makefile.am b/tests/test-debug-nr/Makefile.am index a3148f8..40d59e8 100644 --- a/tests/test-debug-nr/Makefile.am +++ b/tests/test-debug-nr/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-debug-r/Makefile.am b/tests/test-debug-r/Makefile.am index 6ae5c4d..1937139 100644 --- a/tests/test-debug-r/Makefile.am +++ b/tests/test-debug-r/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-header-nr/Makefile.am b/tests/test-header-nr/Makefile.am index b6accfa..2227acd 100644 --- a/tests/test-header-nr/Makefile.am +++ b/tests/test-header-nr/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex builddir = @builddir@ diff --git a/tests/test-header-r/Makefile.am b/tests/test-header-r/Makefile.am index 7661a07..aa86bc1 100644 --- a/tests/test-header-r/Makefile.am +++ b/tests/test-header-r/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex builddir = @builddir@ diff --git a/tests/test-include-by-buffer/Makefile.am b/tests/test-include-by-buffer/Makefile.am index 181d174..9274823 100644 --- a/tests/test-include-by-buffer/Makefile.am +++ b/tests/test-include-by-buffer/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test-1.input test-2.input test-3.input diff --git a/tests/test-include-by-reentrant/Makefile.am b/tests/test-include-by-reentrant/Makefile.am index 366b1da..1ce6346 100644 --- a/tests/test-include-by-reentrant/Makefile.am +++ b/tests/test-include-by-reentrant/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test-1.input test-2.input test-3.input diff --git a/tests/test-lineno-nr/Makefile.am b/tests/test-lineno-nr/Makefile.am index b8c784a..8ccf49d 100644 --- a/tests/test-lineno-nr/Makefile.am +++ b/tests/test-lineno-nr/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-lineno-r/Makefile.am b/tests/test-lineno-r/Makefile.am index 7bd8449..2ea85f6 100644 --- a/tests/test-lineno-r/Makefile.am +++ b/tests/test-lineno-r/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-mem-nr/Makefile.am b/tests/test-mem-nr/Makefile.am index 159518e..a79fe07 100644 --- a/tests/test-mem-nr/Makefile.am +++ b/tests/test-mem-nr/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-mem-r/Makefile.am b/tests/test-mem-r/Makefile.am index a86c309..85db163 100644 --- a/tests/test-mem-r/Makefile.am +++ b/tests/test-mem-r/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-multiple-scanners-nr/Makefile.am b/tests/test-multiple-scanners-nr/Makefile.am index 97858a0..52ef100 100644 --- a/tests/test-multiple-scanners-nr/Makefile.am +++ b/tests/test-multiple-scanners-nr/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex builddir = @builddir@ diff --git a/tests/test-multiple-scanners-r/Makefile.am b/tests/test-multiple-scanners-r/Makefile.am index 71e6b8c..6ece425 100644 --- a/tests/test-multiple-scanners-r/Makefile.am +++ b/tests/test-multiple-scanners-r/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex builddir = @builddir@ diff --git a/tests/test-posix/Makefile.am b/tests/test-posix/Makefile.am index 34b8043..ffdc15e 100644 --- a/tests/test-posix/Makefile.am +++ b/tests/test-posix/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l diff --git a/tests/test-posixly-correct/Makefile.am b/tests/test-posixly-correct/Makefile.am index 26cd612..5ccbea0 100644 --- a/tests/test-posixly-correct/Makefile.am +++ b/tests/test-posixly-correct/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l diff --git a/tests/test-prefix-nr/Makefile.am b/tests/test-prefix-nr/Makefile.am index 9fabafe..2fcdcaf 100644 --- a/tests/test-prefix-nr/Makefile.am +++ b/tests/test-prefix-nr/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-prefix-r/Makefile.am b/tests/test-prefix-r/Makefile.am index aa87fd3..531c919 100644 --- a/tests/test-prefix-r/Makefile.am +++ b/tests/test-prefix-r/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-pthread/Makefile.am b/tests/test-pthread/Makefile.am index fe3d99b..e011ebd 100644 --- a/tests/test-pthread/Makefile.am +++ b/tests/test-pthread/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test-1.input test-2.input test-3.input test-4.input test-5.input diff --git a/tests/test-reject/Makefile.am b/tests/test-reject/Makefile.am index a70450c..2a9c3e2 100644 --- a/tests/test-reject/Makefile.am +++ b/tests/test-reject/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input diff --git a/tests/test-string-nr/Makefile.am b/tests/test-string-nr/Makefile.am index 6bed9a4..3fd33bf 100644 --- a/tests/test-string-nr/Makefile.am +++ b/tests/test-string-nr/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l diff --git a/tests/test-string-r/Makefile.am b/tests/test-string-r/Makefile.am index 1fa9e93..e2c1e0f 100644 --- a/tests/test-string-r/Makefile.am +++ b/tests/test-string-r/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l diff --git a/tests/test-table-opts/Makefile.am b/tests/test-table-opts/Makefile.am index 470812a..4380e3d 100644 --- a/tests/test-table-opts/Makefile.am +++ b/tests/test-table-opts/Makefile.am @@ -28,7 +28,7 @@ # 'test-mul' checks that we can store multiple tables in a single file. # ------------------------------------------------ -BISON = @BISON@ + FLEX = $(top_builddir)/flex testname := test-table-opts diff --git a/tests/test-yyextra/Makefile.am b/tests/test-yyextra/Makefile.am index fcf0a24..440c08b 100644 --- a/tests/test-yyextra/Makefile.am +++ b/tests/test-yyextra/Makefile.am @@ -19,7 +19,7 @@ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR # PURPOSE. -BISON = @BISON@ + FLEX = $(top_builddir)/flex EXTRA_DIST = scanner.l test.input |