Resubmitting :-) now we've split the release and dev versions. It just
does a clean rename of the option. As I said last time, I can't find any
other reference to enable-java, but loads of references to with-java.
Cheers,
Wol
From 67d623baf2222651958070cbc7de3773b6a77ca7 Mon Sep 17 00:00:00 2001
From: Wol <anthony@youngman.org.uk>
Date: Wed, 3 Nov 2010 20:17:33 +0000
Subject: [PATCH 2/2] Change --enable-java to --with-java
---
 configure.in |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/configure.in b/configure.in
index 0ec66b7..e0a0d41 100755
--- a/configure.in
+++ b/configure.in
@@ -132,12 +132,6 @@ AC_ARG_ENABLE(tests,
   --enable-tests          Enables the execution of the tests.],
 ,)
 
-# This is here only to make --help work nicely:
-# Shouldn't this be a --enabe-java or AC_ARG_WITH instead?
-AC_ARG_ENABLE(java,
-[
-  --with-java             Build LibO with a JDK & Java support.],
-,)
 
 # Optional Packages:
 AC_ARG_WITH(additional-sections,
@@ -295,6 +289,11 @@ AC_ARG_WITH(internal-gcc,
                           binutils 2.18).],
 ,)
 
+AC_ARG_WITH(java,
+[
+  --with-java             Build LibO with a JDK & Java support.],
+,)
+
 AC_ARG_WITH(lang,
 [
   --with-lang             Define the localizations to build. The English one is
-- 
1.7.2.2
Context
- [Libreoffice] [PATCH] Convert --enable-java to --with-java · Wols Lists
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.