THRIFT-2602 Fix missing dist files
authorRoger Meier <roger@apache.org>
Mon, 14 Jul 2014 18:22:12 +0000 (20:22 +0200)
committerRoger Meier <roger@apache.org>
Mon, 14 Jul 2014 18:22:12 +0000 (20:22 +0200)
- set bison to 2.5
- include "config.h" within thriftl.ll

Patch: Roger Meier

compiler/cpp/src/thriftl.ll
configure.ac

index 5afc601..1fe6b2e 100644 (file)
@@ -52,6 +52,8 @@
 
 #ifdef _MSC_VER
 #include "windows/config.h"
+#else
+#include "config.h"
 #endif
 #include "main.h"
 #include "globals.h"
index 065ac68..5af20de 100755 (executable)
@@ -88,7 +88,7 @@ AC_PROG_CXX
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 AC_PROG_MAKE_SET
-AC_PROG_BISON
+AC_PROG_BISON(2.5)
 AC_PROG_YACC
 AC_PROG_LEX
 AM_PROG_LEX