THRIFT-2602 Fix missing dist files

- set bison to 2.5
- include "config.h" within thriftl.ll

Patch: Roger Meier
This commit is contained in:
Roger Meier 2014-07-14 20:22:12 +02:00
parent 1a3632351e
commit 3974aaba69
2 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,8 @@
#ifdef _MSC_VER
#include "windows/config.h"
#else
#include "config.h"
#endif
#include "main.h"
#include "globals.h"

View File

@ -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