From: Sage Weil Date: Mon, 2 Feb 2015 10:47:46 +0000 (-0800) Subject: do_autogen.sh: default to --with-lttng, -L to build without X-Git-Tag: v0.93~133^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3562%2Fhead;p=ceph.git do_autogen.sh: default to --with-lttng, -L to build without Get developers building with LTTNG by default. Signed-off-by: Sage Weil --- diff --git a/do_autogen.sh b/do_autogen.sh index 3e1722cb1848a..f6d2f10ca1231 100755 --- a/do_autogen.sh +++ b/do_autogen.sh @@ -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