0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-03-14 10:27:03 +00:00

Autoconf replaced by autoreconf

This commit is contained in:
Ondrej Filip 2018-03-23 17:22:55 +01:00
parent f77fb3f00e
commit 2ee6a89a8d

View File

@ -5,7 +5,7 @@
#
set -e
AC=`if [ -x /usr/bin/autoconf2.50 ] ; then echo autoconf2.50 ; else echo autoconf ; fi`
AC=autoreconf
$AC
./configure
make distclean