Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e087a30
)
Trivial automake fix
author
Mark Slee
<mcslee@apache.org>
Thu, 23 Aug 2007 23:19:56 +0000
(23:19 +0000)
committer
Mark Slee
<mcslee@apache.org>
Thu, 23 Aug 2007 23:19:56 +0000
(23:19 +0000)
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
compiler/cpp/configure.ac
patch
|
blob
|
history
diff --git
a/compiler/cpp/configure.ac
b/compiler/cpp/configure.ac
index
2e4b603
..
1c56c57
100644
(file)
--- 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])