[
https://issues.apache.org/jira/browse/THRIFT-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roger Meier reopened THRIFT-2602:
---------------------------------
I have this issue with this.
{noformat}
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'
{noformat}
on Debian stable using
autoconf 2.69-1
automake 1:1.11.6-1
and had to do this first:
{noformat}
diff --git a/configure.ac b/configure.ac
index 49d704e..efb328f 100755
--- a/configure.ac
+++ b/configure.ac
@@ -88,7 +88,7 @@ AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_LIBTOOL
AC_PROG_MAKE_SET
-AC_PROG_BISON
+AC_PROG_BISON(2.5)
AC_PROG_YACC
AC_PROG_LEX
AM_PROG_LEX
{noformat}
analysis in progress...
> Fix missing dist files
> ----------------------
>
> Key: THRIFT-2602
> URL: https://issues.apache.org/jira/browse/THRIFT-2602
> Project: Thrift
> Issue Type: Bug
> Reporter: Jake Farrell
> Assignee: Jake Farrell
> Fix For: 0.9.2
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)