[llvm-commits] [llvm] r65249 - in /llvm/trunk: Makefile.config.in autoconf/configure.ac

Nick Lewycky nicholas at mxc.ca
Sat Feb 21 14:36:26 PST 2009


Author: nicholas
Date: Sat Feb 21 16:36:26 2009
New Revision: 65249

URL: http://llvm.org/viewvc/llvm-project?rev=65249&view=rev
Log:
Remove tests for flex/bison which are no longer needed by LLVM.

Modified:
    llvm/trunk/Makefile.config.in
    llvm/trunk/autoconf/configure.ac

Modified: llvm/trunk/Makefile.config.in
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.config.in?rev=65249&r1=65248&r2=65249&view=diff

==============================================================================
--- llvm/trunk/Makefile.config.in (original)
+++ llvm/trunk/Makefile.config.in Sat Feb 21 16:36:26 2009
@@ -133,12 +133,10 @@
 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 @@
 RM         := @RM@
 SED        := @SED@
 TAR        := @TAR@
-YACC       := @YACC@
 
 # Paths to miscellaneous programs we hope are present but might not be
 PERL       := @PERL@

Modified: llvm/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=65249&r1=65248&r2=65249&view=diff

==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Sat Feb 21 16:36:26 2009
@@ -542,8 +542,6 @@
 AC_PROG_CPP
 AC_PROG_CC(gcc)
 AC_PROG_CXX(g++)
-AC_PROG_FLEX
-AC_PROG_BISON
 
 AC_PROG_NM
 AC_SUBST(NM)





More information about the llvm-commits mailing list