From: Mark Slee Date: Thu, 23 Aug 2007 23:19:56 +0000 (+0000) Subject: Trivial automake fix X-Git-Tag: 0.2.0~1251 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=cf3c124f29346f26be9d707ef11d30563a45f43b;p=common%2Fthrift.git Trivial automake fix Summary: Apparently needed to fix some install stuff Reviewed By: mcslee Test Plan: Build thrift compiler git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665221 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/compiler/cpp/configure.ac b/compiler/cpp/configure.ac index 2e4b603d..1c56c572 100644 --- a/compiler/cpp/configure.ac +++ b/compiler/cpp/configure.ac @@ -2,12 +2,12 @@ AC_PREREQ(2.59) AC_INIT(thrift, 1.0) +AM_INIT_AUTOMAKE + AM_PROG_LEX AC_PROG_YACC -AM_INIT_AUTOMAKE - AC_CHECK_HEADERS([stddef.h]) AX_BOOST_BASE([1.33.1])