[
https://issues.apache.org/jira/browse/THRIFT-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Molinaro updated THRIFT-649:
------------------------------------
Attachment: configure.patch
Okay, how about this patch, you were already doing this with ptrdiff_t, it uses
AC_CHECK_TYPE to look for the type then exit if it's not found. The only other
minor change was change AC_PROG_MKDIR_P to AM_PROG_MKDIR_P (but this shouldn't
matter actually, because I can't actually find a case of MKDIR_P being used,
but AM_PROG_MKDIR_P will set mkdir_p instead, so if you know a place it is
being used you might want to change that).
> 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: configure.patch, 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.