From e3a08681e3535808c703da88325fcc55e618e512 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sat, 13 Sep 2003 10:25:22 +0000 Subject: latest fixes to get everything disting and building like a charm Original commit message from CVS: latest fixes to get everything disting and building like a charm --- m4/as-slurp-ffmpeg.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/as-slurp-ffmpeg.m4 b/m4/as-slurp-ffmpeg.m4 index 625eccd2..8fbb8835 100644 --- a/m4/as-slurp-ffmpeg.m4 +++ b/m4/as-slurp-ffmpeg.m4 @@ -24,7 +24,7 @@ AC_DEFUN(AS_SLURP_FFMPEG, if test ! -d $1; then mkdir -p $1; fi cd $1 - if test ! -d ffmpeg/CVS; then + if test ! -e ffmpeg/README; then # check out cvs code AC_MSG_NOTICE(checking out ffmpeg cvs code from $2 into $1) cvs -Q -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co -D '$2' ffmpeg || FAILED=yes -- cgit