diff options
author | Ondrej Filip <feela@network.cz> | 2018-03-23 17:24:58 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2018-03-23 17:24:58 +0100 |
commit | 6807320a0f732829c475ab230857147bf4f0cc7c (patch) | |
tree | a37c9e8f057e910a40d0fa54fbe662fcd7ea76a0 /tools | |
parent | 4d3d34f5997128824c376a097eee60954c3611cf (diff) |
Autoconf replaced by autoreconf
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gendist | 2 |
1 files changed, 1 insertions, 1 deletions
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 |