mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
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:
parent
1a3632351e
commit
3974aaba69
@ -52,6 +52,8 @@
|
|||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include "windows/config.h"
|
#include "windows/config.h"
|
||||||
|
#else
|
||||||
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
|
@ -88,7 +88,7 @@ AC_PROG_CXX
|
|||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
AC_PROG_BISON
|
AC_PROG_BISON(2.5)
|
||||||
AC_PROG_YACC
|
AC_PROG_YACC
|
||||||
AC_PROG_LEX
|
AC_PROG_LEX
|
||||||
AM_PROG_LEX
|
AM_PROG_LEX
|
||||||
|
Loading…
Reference in New Issue
Block a user