The configure script now defines BISON as the name of the bison program and
[oota-llvm.git] / Makefile.config.in
index d83e93e72a9664c67fdcfc720b1b91f9994fba64..34820fdef243b39374f8798b25435387abb98e71 100644 (file)
@@ -58,7 +58,8 @@ AR_PATH = @AR@
 #
 # The pathnames of the Flex and Bison programs, respectively.
 #
 #
 # The pathnames of the Flex and Bison programs, respectively.
 #
-BISON    = @YACC@
+YACC     = @YACC@
+BISON    = @BISON@
 FLEX     = @LEX@
 
 #
 FLEX     = @LEX@
 
 #