summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gendist2
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