[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Oct 25 03:55:32 PDT 2012


 configure.ac |   12 ------------
 1 file changed, 12 deletions(-)

New commits:
commit c627560d7a2e5f5c9b8ec8ea7d82291da67a7a31
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Thu Oct 25 12:52:12 2012 +0200

    Do not die when using old configure options
    
    Packagers get warning from autotools about using wrong configure opts.
    If they decide to ignore it then its their problem.
    With this approach we would have to die on all the configure script
    changes which is bit annoying.

diff --git a/configure.ac b/configure.ac
index 498b426..969e6b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -636,18 +636,6 @@ AC_ARG_ENABLE(ext-report-builder,
         [Disable the Report Builder extension.])
 )
 
-AC_ARG_ENABLE(ext-scripting-beanshell,
-    AS_HELP_STRING([--enable-ext-scripting-beanshell],
-                   [DEPRECATED: use --enable-scripting-beanshell instead.])
-,AC_MSG_ERROR([--enable-ext-scripting-beanshell is no longer supported.])
-)
-
-AC_ARG_ENABLE(ext-scripting-javascript,
-    AS_HELP_STRING([--enable-ext-scripting-javascript],
-                   [DEPRECATED: use --enable-scripting-javascript instead.])
-,AC_MSG_ERROR([--enable-ext-scripting-javascript is no longer supported.])
-)
-
 AC_ARG_ENABLE(ext-typo,
     AS_HELP_STRING([--enable-ext-typo],
         [Enable the Typography Toolbar extension.])


More information about the Libreoffice-commits mailing list