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

Robert Nagy rnagy at kemper.freedesktop.org
Sun Nov 21 06:22:35 PST 2010


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

New commits:
commit ff2fec6aac243bb3ea7380709212454c3bedcc18
Author: Robert Nagy <robert at openbsd.org>
Date:   Sun Nov 21 15:19:15 2010 +0100

    Add AC_SUBST(PYTHON) so that the PYTHON var can be used by the build

diff --git a/configure.in b/configure.in
index b8d4502..1b304c3 100644
--- a/configure.in
+++ b/configure.in
@@ -4178,7 +4178,8 @@ fi
 AC_SUBST(SYSTEM_PYTHON)
 AC_SUBST(PYTHON_CFLAGS)
 AC_SUBST(PYTHON_LIBS)
-HOME=`echo $HOME | sed 's:\\\\:/:g'`
+AC_SUBST(PYTHON)
+HOME=`echo $HOME | $SED 's:\\\\:/:g'`
 AC_SUBST(HOME)
 
 dnl ===================================================================


More information about the Libreoffice-commits mailing list