View | Details | Raw Unified
Collapse All | Expand All

(-) bin/build-ooo.orig (-3 / +2 lines)
 Lines 21-29    Link Here 
echo "configuring ...";
echo "configuring ...";
autoconf || exit 1;
autoconf || exit 1;
echo "Env for configure:"
echo "Log Env for configure to `pwd`/env.log"
set
set > env.log
echo "Env for configure ends"
eval ./configure "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
eval ./configure "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;