[ https://issues.apache.org/jira/browse/DAEMON-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141229#comment-13141229
]
Michael Osipov edited comment on DAEMON-220 at 11/1/11 8:14 PM:
----------------------------------------------------------------
Mladen,
AP_FIND_JAVA is still broken. It assumes with "which java" that the top dir is the JDK. Which
might not be the case.
I have adapted the function from libtcnative just like you did with the include dir.
I'd rather call it AP_FIND_JDK because you are looking for a JDK and its include dirs rather
than just some Java package (JRE or JDK).
was (Author: michael-o):
Mladen,
AP_FIND_JAVA is still broken. It assumes with "which java" that the top dir is the JDK. Which
might not be the case.
I have adapted the function from libtcnative just like you did with the include dir.
> Clean up configure/configure.in scripts
> ---------------------------------------
>
> Key: DAEMON-220
> URL: https://issues.apache.org/jira/browse/DAEMON-220
> Project: Commons Daemon
> Issue Type: Improvement
> Components: Jsvc
> Affects Versions: 1.0.7
> Reporter: Michael Osipov
> Assignee: Mladen Turk
> Attachments: DAEMON-220.patch
>
>
> The current configure script has several deficiencies at the moment.No CPPFLAGS support,
no detection of Java OS. Most can be taken from libtcnative.
> Issue has been raised on the mailing list: http://www.mail-archive.com/user@commons.apache.org/msg07101.html
> It needs a complete overhaul.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|