Support autoconf's named autoconf-2.13

This commit is contained in:
Brian Anderson 2012-05-21 14:02:17 -07:00
parent 20f4d1f980
commit be681d85b0

View file

@ -12,6 +12,11 @@ then
AUTOCONF213=autoconf2.13
fi
if [ ! -z `which autoconf-2.13` ]
then
AUTOCONF213=autoconf-2.13
fi
if [ -z "$AUTOCONF213" ]
then
echo "I need autoconf 2.13"