]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Autoconf replaced by autoreconf
authorOndrej Filip <feela@network.cz>
Fri, 23 Mar 2018 16:24:58 +0000 (17:24 +0100)
committerOndrej Filip <feela@network.cz>
Fri, 23 Mar 2018 16:24:58 +0000 (17:24 +0100)
tools/gendist

index eb2355d3c423a9c95ff981d7a8c73d7d38d3019a..2ac59030e244ca81834feb977bdaf490f7524a7b 100755 (executable)
@@ -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