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

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Mon Oct 3 03:17:19 PDT 2011


 .gitignore   |    3 +++
 configure.in |    5 +++++
 2 files changed, 8 insertions(+)

New commits:
commit 721bc1b42dc88b8bd5ddbfe0b9fdac8dbcb5fd95
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Mon Oct 3 12:16:21 2011 +0200

    Add the libcmis switch to known flags.

diff --git a/configure.in b/configure.in
index 87c8627..49b7185 100644
--- a/configure.in
+++ b/configure.in
@@ -718,6 +718,11 @@ AC_ARG_WITH(system-expat,
         [Use expat already on system.]),
 ,)
 
+AC_ARG_WITH(system-libcmis,
+    AS_HELP_STRING([--with-system-libcmis],
+        [Use libcmis already on system.]),
+,)
+
 AC_ARG_WITH(system-libvisio,
     AS_HELP_STRING([--with-system-libvisio],
         [Use libvisio already on system.]),
commit b6d2ac014889f628942f1ffd32bb093421326298
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Mon Oct 3 12:15:18 2011 +0200

    Add pspfontcache to gitignore.

diff --git a/.gitignore b/.gitignore
index f42c00a..8c0f62a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -96,5 +96,8 @@
 /solenv/gdb/libreoffice/*.py[co]
 /solenv/gdb/libreoffice/util/*.py[co]
 
+# test output files
+test/user-template/user/psprint/pspfontcache
+
 # MSVC debug information
 /*/vc90.pdb


More information about the Libreoffice-commits mailing list