[Libreoffice-commits] .: 2 commits - configure.in

Andras Timar timar at kemper.freedesktop.org
Fri Nov 5 12:58:19 PDT 2010


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 21c93d0eb65d3ddaec65c9c8402d0cd8e22c85a0
Author: Andras Timar <timar at fsf.hu>
Date:   Fri Nov 5 20:57:22 2010 +0100

    Updated Typography toolbar extension to 0.4
    
    Added support for Linux Libertine G

diff --git a/configure.in b/configure.in
index f1736ba..b7d7852 100755
--- a/configure.in
+++ b/configure.in
@@ -1550,7 +1550,7 @@ AC_SUBST(HUNART_EXTENSION)
 AC_MSG_CHECKING([whether to include typo extension])
 if test "$enable_extensions" != "no" ; then
     if test "z$with_typo" = "zyes" ; then
-        TYPO_EXTENSION="typo-0.3.oxt"
+        TYPO_EXTENSION="typo-0.4.oxt"
         WITH_TYPO=YES
         AC_MSG_RESULT([yes])
     else
commit ec862eea0d1faa32f02aaa39d6cff7a6cc45ffb2
Author: Andras Timar <timar at fsf.hu>
Date:   Fri Nov 5 20:53:40 2010 +0100

    Updated Numbertext extension to 0.9.4

diff --git a/configure.in b/configure.in
index cf26c86..f1736ba 100755
--- a/configure.in
+++ b/configure.in
@@ -1522,7 +1522,7 @@ AC_SUBST(LIGHTPROOF_FILENAMES)
 AC_MSG_CHECKING([whether to include numbertext extension])
 if test "$enable_extensions" != "no" ; then
     if test "z$with_numbertext" = "zyes" ; then
-        NUMBERTEXT_EXTENSION="numbertext-0.9.3.oxt"
+        NUMBERTEXT_EXTENSION="numbertext-0.9.4.oxt"
         WITH_NUMBERTEXT=YES
         AC_MSG_RESULT([yes])
     else


More information about the Libreoffice-commits mailing list