diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-03-01 07:27:50 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-03-01 07:27:50 -0800 |
commit | 9283447d5fe2a03954e81d16acbdea4a31a44986 (patch) | |
tree | ae9858180b00a21d28570b24ccdaebc8fa2665ca | |
parent | a8f204a47fd15f3fba6dd602d8a9cec02725bd1d (diff) | |
download | txr-9283447d5fe2a03954e81d16acbdea4a31a44986.tar.gz txr-9283447d5fe2a03954e81d16acbdea4a31a44986.tar.bz2 txr-9283447d5fe2a03954e81d16acbdea4a31a44986.zip |
configure: remove yacc_is_newer_bison.
* configure (yacc_is_newer_bison): Configuration variable
removed.
(gen_config_make): Generation of yacc_is_newer_bison make
variable removed.
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -160,7 +160,6 @@ yaccname_given= yaccname='' # test tries $(YACC) first yacc='$(cross)$(tool_prefix)$(yaccname)' yacc_given= -yacc_is_newer_bison= nm='$(cross)$(tool_prefix)nm' opt_flags='-O2 -fno-stack-protector' lang_flags='-D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200112 -D_GNU_SOURCE' @@ -905,8 +904,6 @@ have_git := $have_git add_win_res := $([ -n "$have_windows_h" -a -n "$have_windres" ] && echo "y") -yacc_is_newer_bison := $yacc_is_newer_bison - TXR_CC := $cc TXR_LEX := $lex TXR_YACC := $yacc |