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
diff --git a/configure.ac b/configure.ac
index e20dc64..49d704e 100755
--- a/configure.ac
+++ b/configure.ac
@@ -88,6 +88,7 @@
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 AC_PROG_MAKE_SET
+AC_PROG_BISON
 AC_PROG_YACC
 AC_PROG_LEX
 AM_PROG_LEX