]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
do_autogen.sh: default to --with-lttng, -L to build without 3562/head
authorSage Weil <sage@redhat.com>
Mon, 2 Feb 2015 10:47:46 +0000 (02:47 -0800)
committerSage Weil <sage@redhat.com>
Mon, 2 Feb 2015 11:04:48 +0000 (03:04 -0800)
Get developers building with LTTNG by default.

Signed-off-by: Sage Weil <sage@redhat.com>
do_autogen.sh

index 3e1722cb1848a6c83cf066addf2ad3274d4f7138..f6d2f10ca123127d1e25baf163095abadddbdc68 100755 (executable)
@@ -31,8 +31,8 @@ die() {
 debug_level=0
 verbose=0
 profile=0
-CONFIGURE_FLAGS="--disable-static"
-while getopts  "d:e:hHrTPJjpcvO:" flag
+CONFIGURE_FLAGS="--disable-static --with-lttng"
+while getopts  "d:e:hHrTPJljpcvO:" flag
 do
     case $flag in
     d) debug_level=$OPTARG;;
@@ -59,6 +59,8 @@ do
 
     J) CONFIGURE_FLAGS="$CONFIGURE_FLAGS --with-jemalloc";;
 
+    L) CONFIGURE_FLAGS="$CONFIGURE_FLAGS --without-lttng";;
+
     *)
         echo
         usage