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: Add a small script to generate ./configure file Author: Mauro Carvalho Chehab <[email protected]> Date: Thu Jan 27 22:23:47 2011 -0200 Signed-off-by: Mauro Carvalho Chehab <[email protected]> autogen.sh | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/xawtv3.git?a=commitdiff;h=16767561aa39d52559cf925a666a222166c84c47 diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..2bea23f --- /dev/null +++ b/autogen.sh @@ -0,0 +1,7 @@ +#!/bin/sh +inst=$(echo /usr/share/automake*/install-sh | head -1) +set -ex +autoconf +autoheader +rm -rf autom4te.cache +cp "$inst" . _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
