From: Michael Rasmussen Date: Thu, 2 May 2013 18:00:17 +0000 (+0200) Subject: Fix references to claws CVS so they now references claws git X-Git-Tag: 3.9.1~3^2~2 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=5809e36f182272cfbcf742b6a11e75d9ddc2c997;hp=11a24a7c91330db7f63ae98a08623de4f136558a Fix references to claws CVS so they now references claws git --- diff --git a/autogen.sh b/autogen.sh index 33d10c5eb..e4a95f0bb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -51,7 +51,7 @@ fi bisonver=`bison --version` if [ "$bisonver" = "" ]; then - echo Bison is needed to compile Claws Mail CVS + echo Bison is needed to compile Claws Mail git exit 1 fi @@ -62,14 +62,14 @@ else fi if [ "$flexver" = "" ]; then - echo Flex 2.5.31 or greater is needed to compile Claws Mail CVS + echo Flex 2.5.31 or greater is needed to compile Claws Mail git exit 1 else flex_major=`echo $flexver|sed "s/\..*//"` flex_minor=`echo $flexver|sed "s/$flex_major\.\(.*\)\..*/\1/"` flex_micro=`echo $flexver|sed "s/$flex_major\.$flex_minor\.\(.*\)/\1/"` if [ $flex_major -lt 2 -o $flex_minor -lt 5 -o $flex_micro -lt 31 ]; then - echo Flex 2.5.31 or greater is needed to compile Claws Mail CVS + echo Flex 2.5.31 or greater is needed to compile Claws Mail git exit 1 fi fi