[ooo-build-commit] .: bin/build-ooo
Fridrich Strba
fridrich at kemper.freedesktop.org
Tue Oct 5 05:11:15 PDT 2010
bin/build-ooo | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit b1fd251de62f93df91eca5b9f996b5fc6a128783
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Tue Oct 5 14:10:01 2010 +0200
Revert "Some sed versions split the version string into two options"
Due to popular demand
This reverts commit eea1ea36019a3605bef803a962d2f08ea7d63671.
diff --git a/bin/build-ooo b/bin/build-ooo
index 8e63912..d437e8e 100755
--- a/bin/build-ooo
+++ b/bin/build-ooo
@@ -50,8 +50,7 @@ echo "Env for configure:"
set
echo "Env for configure ends"
-NOCONFIGURE=indeed sh ./autogen.sh
-eval ./configure "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
+eval ./autogen.sh "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
# Final build preparation
More information about the ooo-build-commit
mailing list