[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in

Petr Mladek pmladek at kemper.freedesktop.org
Wed Apr 20 07:44:11 PDT 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6326baaba7534667c95c6cc8aac6287bb140580e
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed Apr 20 16:42:09 2011 +0200

    set default install dirname from AC_PACKAGE_NAME
    
    idea by Hanno Meyer-Thurow <h.mth at web.de>

diff --git a/configure.in b/configure.in
index 8cbcd74..64f88ec 100755
--- a/configure.in
+++ b/configure.in
@@ -7831,7 +7831,7 @@ else
 fi
 AC_SUBST(UNIXWRAPPERNAME)
 
-INSTALL_DIRNAME=libreoffice
+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"


More information about the Libreoffice-commits mailing list