Hello everyone, just a patch with the above replacement. This is actually my first patch so plz bear with me. In this regard, I am not so sure if the patch's name is correct.
My statement: All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license Thank you, Christos.
>From 0b8077bc0cd027aa51091a004ed7fe1fcab5f5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= <tchva...@suse.cz> Date: Sat, 8 Dec 2012 21:05:51 +0100 Subject: [PATCH] Do not keep deprecated switches around This is pretty bad idea, because when you really remove them it prints nice warning, this way tho you have no damn chance to see it unless you read the ./configure --help. Change-Id: I2fc9ffc1dec4d69522e2a7c90cb5cf06f3d70c3d Reviewed-on: https://gerrit.libreoffice.org/1271 Reviewed-by: Tor Lillqvist <t...@iki.fi> Tested-by: Tor Lillqvist <t...@iki.fi> --- configure.ac | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/configure.ac b/configure.ac index 6a5b769..192e28f 100644 --- a/configure.ac +++ b/configure.ac @@ -677,11 +677,6 @@ AC_ARG_ENABLE(vba, [Disables the vba compatibility feature.]) ) -AC_ARG_ENABLE(pch, - AS_HELP_STRING([--enable-pch], - [DEPRECATED : is ignored]) -) - AC_ARG_ENABLE(win-mozab-driver, AS_HELP_STRING([--enable-win-mozab-driver], [LibreOffice includes a driver to connect to Mozilla @@ -1245,11 +1240,6 @@ AC_ARG_WITH(system-nss, [Use NSS/nspr libraries already on system.]),, [with_system_nss="$with_system_libs"]) -AC_ARG_WITH(mozilla-toolkit, - AS_HELP_STRING([--with-mozilla-toolkit], - [DEPRECATED : is ignored]), -,) - AC_ARG_WITH(myspell-dicts, AS_HELP_STRING([--without-myspell-dicts], [Removes myspell dictionaries from LibreOffice installation set, for @@ -1646,11 +1636,6 @@ AC_ARG_WITH(system-liblangtag, [Use liblangtag library already on system.]),, [with_system_liblangtag="$with_system_libs"]) -AC_ARG_WITH(system-mozilla, - AS_HELP_STRING([--with-system-mozilla], - [DEPRECATED : is ignored]),, -) - AC_ARG_WITH(system-npapi-headers, AS_HELP_STRING([--with-system-npapi-headers], [Use NPAPI headers provided by system instead of bundled ones. Used in -- 1.7.10.4
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice