Autoconf replaced by autoreconf
This commit is contained in:
parent
4d3d34f599
commit
6807320a0f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ REL=bird-$VERSION
|
||||||
DREL=bird-doc-$VERSION
|
DREL=bird-doc-$VERSION
|
||||||
T=/tmp/bird
|
T=/tmp/bird
|
||||||
set -e
|
set -e
|
||||||
AC=`if [ -x /usr/bin/autoconf2.50 ] ; then echo autoconf2.50 ; else echo autoconf ; fi`
|
AC=autoreconf
|
||||||
$AC
|
$AC
|
||||||
./configure
|
./configure
|
||||||
make docs
|
make docs
|
||||||
|
|
Loading…
Reference in a new issue