Changeset 12638 for packaging/centuryegg

Show
Ignore:
Timestamp:
01/18/11 03:11:27 (16 months ago)
Author:
build
Message:

Correct autoconf version

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • packaging/centuryegg/build-python-rpm

    r12505 r12638  
    8686fi 
    8787AUTOCONF_VERSION=`yum info autoconf | grep Version | head -n 1 | sed -e "s/[ \t]\+/ /g" | cut -d ":" -f 2 | cut -d " " -f 2 | sort | tail -n 1` 
    88 if [ "`echo $AUTOCONF_VERSION | cut -d "." -f 1`" == "2" ] && [ `echo $AUTOCONF_VERSION | cut -d "." -f 2` -lt "31" ] 
     88if [ "`echo $AUTOCONF_VERSION | cut -d "." -f 1`" == "2" ] && [ `echo $AUTOCONF_VERSION | cut -d "." -f 2` -lt "61" ] 
    8989then 
    9090    ( 
    91     echo Building Autoconf 2.31... 
     91    echo Building Autoconf 2.61... 
    9292    ./build-autoconf-rpm 
    9393    ./install-autoconf-rpm