mirror of
https://git.burble.com/burble.dn42/bird.git
synced 2024-05-12 03:55:05 +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