2011/12/22 Robert Xu <robxu9(a)gmail.com>om>:
Sorry for top posting.
This is where I get stuck: you need a lower autoconf version :( (<2.64)
Had the same error. Resolved like this:
This gets defined in admin/cvs.sh
You need to add your current autoconf version to the autoconf version
detection line (line 35) it's a normal bash case statement so it
shouldnt be pretty hard.
Changing it to
Autoconf*2.5* | autoconf*2.5* | autoconf*2.6* | autoconf*2.7* ) : ;;
Should work
Same goes with autoheader if you need to (line 50).
Autoconf*2.5* | autoheader*2.5* | autoheader*2.6* | autoheader*2.7* ) : ;;