diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-09-13 10:25:22 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-09-13 10:25:22 +0000 |
commit | e3a08681e3535808c703da88325fcc55e618e512 (patch) | |
tree | 433b04f7ac1c0e0dfc248770c8be011e7b5dd0b7 /m4 | |
parent | 2381d69692d593eac382d4294d18e5eb9335a21b (diff) |
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
Diffstat (limited to 'm4')
-rw-r--r-- | m4/as-slurp-ffmpeg.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as-slurp-ffmpeg.m4 b/m4/as-slurp-ffmpeg.m4 index 625eccd2a..8fbb8835d 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 |