[llvm-commits] CVS: llvm/autoconf/m4/bison.m4

Reid Spencer reid at x10sys.com
Wed Nov 24 19:33:14 PST 2004



Changes in directory llvm/autoconf/m4:

bison.m4 updated: 1.1 -> 1.2
---
Log message:

Make the check print something, give the cache var an llvm specific name.


---
Diffs of the changes:  (+1 -2)

Index: llvm/autoconf/m4/bison.m4
diff -u llvm/autoconf/m4/bison.m4:1.1 llvm/autoconf/m4/bison.m4:1.2
--- llvm/autoconf/m4/bison.m4:1.1	Tue Sep  7 01:56:14 2004
+++ llvm/autoconf/m4/bison.m4	Wed Nov 24 21:33:03 2004
@@ -6,8 +6,7 @@
 # 2) BISON is set to bison
 #
 AC_DEFUN([AC_PROG_BISON],
-[AC_CACHE_CHECK(,
-ac_cv_has_bison,
+[AC_CACHE_CHECK([if we have bison],[llvm_cv_has_bison],
 [AC_PROG_YACC()
 ])
 if test "$YACC" != "bison -y"; then






More information about the llvm-commits mailing list