diff options
author | Ondrej Filip <feela@network.cz> | 2018-03-23 17:22:55 +0100 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2018-03-23 17:22:55 +0100 |
commit | 2ee6a89a8dfe942ee5b8451cac15353e205f172a (patch) | |
tree | 87193710936accfd626c6c5e659b6ba1ed1f7138 | |
parent | f77fb3f00e2d628224c5397f2ad0198026d4290a (diff) |
Autoconf replaced by autoreconf
-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 |