Enlightenment CVS committal Author : devilhorns Project : e17 Module : libs/emotion
Dir : e17/libs/emotion Modified Files: configure.in Log Message: Remove some old crufty function that is no longer needed to check pacakge versions. =================================================================== RCS file: /cvs/e/e17/libs/emotion/configure.in,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- configure.in 11 Jun 2006 10:23:46 -0000 1.38 +++ configure.in 29 Nov 2006 19:40:34 -0000 1.39 @@ -81,25 +81,6 @@ packagesrcdir=`cd $srcdir && pwd` AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [Source Directory]) -function vser -{ - v=$1 - VSTART=`echo $v | awk -F_ '{printf("%s", $1);}'` - V1=`echo $VSTART | awk -F\. '{printf("%s", $1);}'` - V2=`echo $VSTART | awk -F\. '{printf("%s", $2);}'` - V3=`echo $VSTART | awk -F\. '{printf("%s", $3);}'` - V4="0" - VEND=`echo $v | awk -F_ '{printf("%s", $2);}'` - if test -n "$VEND"; then - V4=`echo $VEND | sed s/pre//` - fi - V3=$(( $V3 * 100 )); - V2=$(( $V2 * 10000 )); - V1=$(( $V1 * 1000000 )); - V=$(( $V4 + $V3 + $V2 + $V1 )); - echo $V -} - AC_PATH_GENERIC(eet, 0.9.10, [ ], [ AC_MSG_ERROR(Eet isn't installed)] ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs