From: Ondrej Filip Date: Fri, 23 Mar 2018 16:24:58 +0000 (+0100) Subject: Autoconf replaced by autoreconf X-Git-Tag: v2.0.3~102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6807320a0f732829c475ab230857147bf4f0cc7c;p=thirdparty%2Fbird.git Autoconf replaced by autoreconf --- diff --git a/tools/gendist b/tools/gendist index eb2355d3c..2ac59030e 100755 --- a/tools/gendist +++ b/tools/gendist @@ -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