Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.10.0
-
None
Description
I'm a downstream packager for Fedora, and had to patch configure.ac, to set JAVA_PREFIX to /usr/share/java (like it should be in Fedora).
Normally, we'd just set this in the environment or on the command-line during the build, but the current configure.ac insisted on adding the suffix "/usr/local/lib" to whatever we set.
The build system should respect the user-provided value, instead of insisting on altering it.