From: Ondrej Filip Date: Fri, 23 Mar 2018 16:22:55 +0000 (+0100) Subject: Autoconf replaced by autoreconf X-Git-Tag: v1.6.5~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ee6a89a8dfe942ee5b8451cac15353e205f172a;p=thirdparty%2Fbird.git Autoconf replaced by autoreconf --- diff --git a/tools/gendist b/tools/gendist index d9b34941a..27dbc5ef1 100755 --- a/tools/gendist +++ b/tools/gendist @@ -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