aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-08 20:25:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-08 20:25:37 +0000
commitb86ad6438efb7756495f34ab7a225af01c06f1b0 (patch)
treef7b76fb84107445b6be0b4cc2ca44d94dd96f240
parent81f250be5911ef87fa0ca6939fe1c48feae3193e (diff)
run autoconf if needed
-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;