summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2014-07-10 09:23:43 -0400
committerjfarrell <jfarrell@apache.org>2014-07-10 09:23:43 -0400
commit4f54d13e7924424358e401840f985936f9867274 (patch)
tree60f3247344130daffd422e268fe5592485a252b6 /configure.ac
parentef7d56c1d6e24cdd0a24d3ee825c499b917d7dda (diff)
downloadthrift-4f54d13e7924424358e401840f985936f9867274.tar.gz
THRIFT-2602: Fix missing dist files
Client: build process Patch: jfarrell Adding macro check around bison version and removing am__yacc_c2h and will conditionally include the necessary h/hh file, this will fix the mentioned missing .hh file in dist and make it compatible with automake 1.11 and above
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e20dc645b..49d704eb4 100755
--- a/configure.ac
+++ b/configure.ac
@@ -88,6 +88,7 @@ AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_LIBTOOL
AC_PROG_MAKE_SET
+AC_PROG_BISON
AC_PROG_YACC
AC_PROG_LEX
AM_PROG_LEX