summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorChris Piro <cpiro@apache.org>2013-03-07 11:24:51 -0500
committerChris Piro <cpiro@apache.org>2013-03-07 11:24:51 -0500
commit92e3860cfbaab5132439b9bac2e18dba06494bcc (patch)
tree5bffdf5ab615a53489b675078aa08754801a5afb /bootstrap.sh
parent073f9eb9b920bda948b306ee16e78743e42b7cd1 (diff)
downloadthrift-92e3860cfbaab5132439b9bac2e18dba06494bcc.tar.gz
THRIFT-1614: handle automake >= 1.12 yacc output name (thrifty.hh)
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 0c2b8868c..26d93c8f4 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -38,6 +38,9 @@ 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