From 6807320a0f732829c475ab230857147bf4f0cc7c Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 23 Mar 2018 17:24:58 +0100 Subject: [PATCH] Autoconf replaced by autoreconf --- tools/gendist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gendist b/tools/gendist index eb2355d3..2ac59030 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