diff --git a/ares/maketgz b/ares/maketgz index 923365cf56..8e55ec946b 100755 --- a/ares/maketgz +++ b/ares/maketgz @@ -50,7 +50,7 @@ print "running configure\n"; # now make the actual tarball print "running make dist\n"; -`make dist`; +`make dist VERSION=$version`; print "removing temporary configure.ac file\n"; `rm configure.ac.dist`;