[ooo-build-commit] .: 2 commits - bin/setup.in configure.in
Fridrich Strba
fridrich at kemper.freedesktop.org
Mon Oct 4 14:43:02 PDT 2010
bin/setup.in | 2 ++
configure.in | 2 ++
2 files changed, 4 insertions(+)
New commits:
commit cc2f27715cfbc2864825e2722e0455a2c61840bc
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Mon Oct 4 23:42:55 2010 +0200
Unset some more variables
diff --git a/bin/setup.in b/bin/setup.in
index 5d6a30e..0ad82a8 100755
--- a/bin/setup.in
+++ b/bin/setup.in
@@ -140,6 +140,8 @@ test "z$DESTDIR" = "z" || OODESTDIR=$DESTDIR
unset DESTDIR;
unset CC;
unset CXX;
+unset CPP;
+unset CXXCPP;
unset ERROR_FLAGS;
unset MAKE
unset WARN_CFLAGS
commit c577ad1d27de06789b05170a5f9699b3b4401849
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Mon Oct 4 23:36:42 2010 +0200
Revert "Python not strictly needed anymore"
This reverts commit dbb92c91fbd44804ac966d459395df2417bc6f23.
diff --git a/configure.in b/configure.in
index 7ad8ecb..47098ae 100644
--- a/configure.in
+++ b/configure.in
@@ -506,6 +506,8 @@ AC_SUBST(PERL)
INTLTOOL_PERL=$PERL
AC_SUBST(INTLTOOL_PERL)
+AM_PATH_PYTHON
+
AC_PATH_PROG(PKG_CONFIG, pkg-config)
if test ! -x "$PKG_CONFIG" ; then
AC_MSG_ERROR([
More information about the ooo-build-commit
mailing list