[ooo-build-commit] .: bin/build-ooo

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Oct 4 06:56:43 PDT 2010


 bin/build-ooo |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit eea1ea36019a3605bef803a962d2f08ea7d63671
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Oct 4 15:54:21 2010 +0200

    Some sed versions split the version string into two options

diff --git a/bin/build-ooo b/bin/build-ooo
index 2bd6074..0f415f0 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -50,7 +50,8 @@ echo "Env for configure:"
 set
 echo "Env for configure ends"
 
-eval ./autogen.sh "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
+NOCONFIGURE=indeed sh ./autogen.sh
+eval ./configure "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
 
 # Final build preparation
 


More information about the ooo-build-commit mailing list