commit | cf3c124f29346f26be9d707ef11d30563a45f43b | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | Thu Aug 23 23:19:56 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | Thu Aug 23 23:19:56 2007 +0000 |
tree | 3a859d82e3b04e610cd41cfc5ab276d505b750aa | |
parent | e087a305857d04e2772e928b6df4d83fbab5b8d5 [diff] [blame] |
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 2e4b603..1c56c57 100644 --- a/compiler/cpp/configure.ac +++ b/compiler/cpp/configure.ac
@@ -2,12 +2,12 @@ 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])