From f84a8a0f7c18aaad4a614623e8c65c88829ffe33 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 28 Oct 2002 22:11:23 +0000 Subject: I want to build xine-lib without automake > 1.5 CVS patchset: 3076 CVS date: 2002/10/28 22:11:23 --- cvscompile.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cvscompile.sh b/cvscompile.sh index 778d8e398..519ee1102 100755 --- a/cvscompile.sh +++ b/cvscompile.sh @@ -10,9 +10,11 @@ fi if [ `expr $AM` -ge 160 ]; then automake_1_6x=yes fi -if test x"$automake_1_6x" = x"no"; then - echo "To compile xine-lib from CVS requires automake >= 1.6" - exit +if [ -z "$NO_AUTOCONF_CHECK" ]; then + if test x"$automake_1_6x" = x"no"; then + echo "To compile xine-lib from CVS requires automake >= 1.6" + exit + fi fi ## extract autoconf version -- cgit v1.2.3