Debug:
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 14 Feb 2015 14:46:43 +0000 (09:46 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Sat, 14 Feb 2015 14:46:43 +0000 (09:46 -0500)
lttng-tools/lttng-tools-master-test-joraj.sh

index 9e152d656e5677f496c1f1004188127f3781bcae..231d32bf5af124f35d3ec1ba72502b4e061efa82 100755 (executable)
@@ -70,6 +70,9 @@ esac
 #
 # Make sure to move to the build_path and configure
 # before continuing
+echo **************************************************
+echo $CONF_OPTS
+echo **************************************************
 
 BUILD_PATH=$WORKSPACE
 case "$build" in
@@ -85,7 +88,7 @@ case "$build" in
                BUILD_PATH=`mktemp -d`
 
                # Initial configure and generate tarball
-               ./configure
+               ./configure $CONF_OPTS
                make dist
 
                mkdir -p $BUILD_PATH
This page took 0.02474 seconds and 4 git commands to generate.