mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Autoconf replaced by autoreconf
This commit is contained in:
parent
4d3d34f599
commit
6807320a0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user