aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xares/maketgz4
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/maketgz b/ares/maketgz
index 2638e2a20..18d27822e 100755
--- a/ares/maketgz
+++ b/ares/maketgz
@@ -12,6 +12,10 @@ if(!-f "ares.h") {
exit;
}
+if(!-f "configure") {
+ `autoconf`;
+}
+
@files=`find . -name FILES`;
my @entries;