diff options
-rwxr-xr-x | tools/gendist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gendist b/tools/gendist index d9b34941..27dbc5ef 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 |