From: David Herrmann Date: Fri, 18 Jul 2014 11:00:30 +0000 (+0200) Subject: autogen: add "t" switch with --enable-terminal X-Git-Tag: v216~510 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=a72e03749f445a85010e4518ff94aa0d109043a0;hp=037ee337f0f64bd35ced765f2e2d97f496d4e7c7;ds=sidebyside autogen: add "t" switch with --enable-terminal Just temporarily add a "t" switch to "./autogen t" runs with --enable-terminal. Once it's compile-tested enough, we can add it to the default flags. --- diff --git a/autogen.sh b/autogen.sh index 4823fe715..744d13b47 100755 --- a/autogen.sh +++ b/autogen.sh @@ -62,6 +62,9 @@ cd $oldpwd if [ "x$1" = "xc" ]; then $topdir/configure CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus $args make clean +elif [ "x$1" = "xt" ]; then + $topdir/configure CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus --enable-terminal $args + make clean elif [ "x$1" = "xg" ]; then $topdir/configure CFLAGS='-g -Og -ftrapv' --enable-compat-libs --enable-kdbus $args make clean