[Libreoffice-commits] .: configure.in
François Tigeot
ftigeot at kemper.freedesktop.org
Sat Jun 4 14:29:53 PDT 2011
configure.in | 22 ----------------------
1 file changed, 22 deletions(-)
New commits:
commit 87b7bbdf2ae3f88a953b030c88b9d10d4b1556c7
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Sat Jun 4 23:14:35 2011 +0200
Remove the install-dirname feature
It was introduced with the merge of OOo dev300_m106 branch and serves
no useful purpose.
Standard ./configure --prefix= does the same thing.
diff --git a/configure.in b/configure.in
index 57c5c2f..7fbea64 100755
--- a/configure.in
+++ b/configure.in
@@ -1197,20 +1197,6 @@ AC_ARG_WITH(vendor,
],
,)
-AC_ARG_WITH(install-dirname,
- AS_HELP_STRING([--with-install-dirname],
- [Specify the directory name of the core LibO install dir. The final
- installation path is defined by <libdir>/<install-dirname>.
- The default value is "libreoffice" and the default installation
- path is /usr/lib/libreoffice.
-
- FIXME: It affects only the installation by "make install" and not the
- generated installation sets.])
- [
- Usage: --with-install-dirname=lo-3.4.2
- ],
-,)
-
AC_ARG_WITH(unix-wrapper,
AS_HELP_STRING([--with-unix-wrapper],
[Redefines the name of the UNIX wrapper that will be used in the desktop
@@ -8568,14 +8554,6 @@ else
fi
AC_SUBST(UNIXWRAPPERNAME)
-INSTALL_DIRNAME=`echo AC_PACKAGE_NAME | tr [[:upper:]] [[:lower:]]`
-AC_MSG_CHECKING([for install dirname])
-if test -n "$with_install_dirname" -a "$with_install_dirname" != "no" -a "$with_install_dirname" != "yes" ; then
- INSTALL_DIRNAME="$with_install_dirname"
-fi
-AC_MSG_RESULT([$INSTALL_DIRNAME])
-AC_SUBST(INSTALL_DIRNAME)
-
AC_MSG_CHECKING([whether to statically link to Gtk])
if test -n "$enable_static_gtk" && test "$enable_static_gtk" != "no"; then
ENABLE_STATIC_GTK="TRUE"
More information about the Libreoffice-commits
mailing list