Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 172380 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 172380