From 04019761ac96654bb517f2972a3240ad74c69d58 Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Fri, 16 Feb 2007 16:26:41 +0000 Subject: Don't exit on differing autotools. --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index a60fdfe7a..8549642e4 100755 --- a/autogen.sh +++ b/autogen.sh @@ -26,8 +26,8 @@ case $libtoolize in esac esac -[ "`$libtoolize --version | head -1`" != "$LTV" ] && echo "$USAGE" && exit 1 -[ "`autoconf --version | head -1`" != "$ACV" ] && echo "$USAGE" && exit 1 +[ "`$libtoolize --version | head -1`" != "$LTV" ] && echo "$USAGE" # && exit 1 +[ "`autoconf --version | head -1`" != "$ACV" ] && echo "$USAGE" # && exit 1 [ "`automake --version | head -1 | sed -e 's/1\.4[a-z]/1.4/'`" != "$AMV" ] && echo "$USAGE" # && exit 1 myopts= -- cgit v1.2.3