This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/xawtv3.git tree:
Subject: Shows a summary of the options used to compile xawtv Author: Mauro Carvalho Chehab <[email protected]> Date: Tue Feb 1 14:57:35 2011 -0200 Signed-off-by: Mauro Carvalho Chehab <[email protected]> configure.ac | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=ccb9ceae71510a65eb5452c45b1092de1a427522 diff --git a/configure.ac b/configure.ac index 5407e06..d128e31 100644 --- a/configure.ac +++ b/configure.ac @@ -350,3 +350,23 @@ do test -d $dir && continue mkdir -p $dir done + +dnl --------------------------------------------------------------------- +dnl compile time options summary + +cat <<EOF + +compile time options summary +============================ + + aalib : $FOUND_AALIB + alsa : $FOUND_ALSA + dv : $FOUND_DV + QuickTime : $FOUND_LQT + OpenMotif : $FOUND_MOTIF + X11R6 : $FOUND_X11 + OpenGL : $FOUND_GL + zvbi : $FOUND_ZVBI + libv4l : $LIBV4L + +EOF _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
