[ 
https://issues.apache.org/jira/browse/THRIFT-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790883#action_12790883
 ] 

David Reiss commented on THRIFT-649:
------------------------------------

When you run configure, you'll see a lot of errors about unrecognized commands. 
 I think they are a subset of:

AC_TYPE_INT16_T
AC_TYPE_INT32_T
AC_TYPE_INT64_T
AC_TYPE_INT8_T
AC_TYPE_MODE_T
AC_TYPE_OFF_T
AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
AC_TYPE_UINT16_T
AC_TYPE_UINT32_T
AC_TYPE_UINT64_T
AC_TYPE_UINT8_T


> Java documentation is installed in the wrong place when using autoconf 2.59
> ---------------------------------------------------------------------------
>
>                 Key: THRIFT-649
>                 URL: https://issues.apache.org/jira/browse/THRIFT-649
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Java)
>    Affects Versions: 0.2
>         Environment: Centos 5.3
>            Reporter: Anthony Molinaro
>         Attachments: java.patch
>
>
> When creating rpms for centos, I noticed the java docs were being installed 
> in /java instead of /usr/share/java.  This turns out to be a difference 
> between autoconf 2.59 and 2.6x.  Since 2.60 is not available for Centos 5.x, 
> I fixed this by adding a few paths in lib/java/Makefile.am.  This patch works 
> on Centos5.x and Mac OX 10.6.2 (which used autoconf 2.64).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to