From 92f24b2780fb7ca81063c3a0bb399500ee819d82 Mon Sep 17 00:00:00 2001 From: jfarrell Date: Sat, 17 Aug 2013 15:47:13 -0400 Subject: THRIFT-1614: Thrift build from svn repo sources fails with automake-1.12 Client: compiler Patch: jfarrell Updates automake version min req to 1.11 and switches header generated by yacc to .h instead of .hh. --- bootstrap.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 26d93c8f4..0c2b8868c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -38,9 +38,6 @@ else exit 1 fi -# automake <= 1.11 names yacc output .h rather than .hh -- see THRIFT-1614 -echo '#include "thrifty.h"' > compiler/cpp/thrifty.hh - autoscan $LIBTOOLIZE --copy --automake aclocal -I ./aclocal -- cgit v1.2.1