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

index d9b34941a04b0d543fab755cd99b4eac4a69123b..27dbc5ef125f97db5363b3b51503690b1008ad20 100755 (executable)
@@ -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