[Libreoffice-commits] .: 2 commits - configure.in Makefile.in
Michael Meeks
mmeeks at kemper.freedesktop.org
Thu Dec 2 04:07:05 PST 2010
Makefile.in | 2 +-
configure.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c5b35dd2d136eaecc9d606fca9ba9dbdb6bf12ff
Author: Michael Meeks <michael.meeks at novell.com>
Date: Thu Dec 2 12:07:19 2010 +0000
default to use system-python for the sake of gdb-ability
diff --git a/configure.in b/configure.in
index 902365f..a43602c 100644
--- a/configure.in
+++ b/configure.in
@@ -755,7 +755,7 @@ AC_ARG_WITH(system-libxml,
AC_ARG_WITH(system-python,
AS_HELP_STRING([--with-system-python],
[Use python already on system.]),
-,)
+,with_system_python=yes)
AC_ARG_WITH(system-icu,
AS_HELP_STRING([--with-system-icu],
commit d6d851edced052da6d533bdc262bf4e63580caee
Author: Michael Meeks <michael.meeks at novell.com>
Date: Thu Dec 2 12:07:12 2010 +0000
fix fetch rule
diff --git a/Makefile.in b/Makefile.in
index a69b8d8..10b003e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -39,4 +39,4 @@ src/downloaded: ooo.lst download
@. ./*[Ee]nv.[Ss]et.sh && \
$$SRC_ROOT/download $$SRC_ROOT/ooo.lst && touch $@
-download: src/downloaded
+fetch: src/downloaded
More information about the Libreoffice-commits
mailing list