Remove tests for flex/bison which are no longer needed by LLVM.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 21 Feb 2009 22:36:26 +0000 (22:36 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 21 Feb 2009 22:36:26 +0000 (22:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65249 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config.in
autoconf/configure.ac

index 96dab4561198a5bcc89cd75ed37810ebab37b89b..6f91bee930012f3e4df949adff5a363bf6d4cbe9 100644 (file)
@@ -133,12 +133,10 @@ AR_PATH = @AR@
 NM_PATH = @NM@
 
 # The pathnames of the programs we require to build
-BISON      := @BISON@
 CMP        := @CMP@
 CP         := @CP@
 DATE       := @DATE@
 FIND       := @FIND@
-FLEX       := @LEX@
 GREP       := @GREP@
 INSTALL    := @INSTALL@
 MKDIR      := $(LLVM_SRC_ROOT)/autoconf/mkinstalldirs
@@ -147,7 +145,6 @@ RANLIB     := @RANLIB@
 RM         := @RM@
 SED        := @SED@
 TAR        := @TAR@
-YACC       := @YACC@
 
 # Paths to miscellaneous programs we hope are present but might not be
 PERL       := @PERL@
index 3f8d06b2d317b628aa772e26514fdef67bc3ec44..9b852d970ff372c4edd786d18a417ca04252af53 100644 (file)
@@ -542,8 +542,6 @@ dnl Check for compilation tools
 AC_PROG_CPP
 AC_PROG_CC(gcc)
 AC_PROG_CXX(g++)
-AC_PROG_FLEX
-AC_PROG_BISON
 
 AC_PROG_NM
 AC_SUBST(NM)