mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Autoconf replaced by autoreconf
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user