Autoconf replaced by autoreconf

This commit is contained in:
Ondrej Filip 2018-03-23 17:24:58 +01:00
parent 4d3d34f599
commit 6807320a0f

View file

@ -9,7 +9,7 @@ REL=bird-$VERSION
DREL=bird-doc-$VERSION
T=/tmp/bird
set -e
AC=`if [ -x /usr/bin/autoconf2.50 ] ; then echo autoconf2.50 ; else echo autoconf ; fi`
AC=autoreconf
$AC
./configure
make docs