diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-08 20:25:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-08 20:25:37 +0000 |
commit | b86ad6438efb7756495f34ab7a225af01c06f1b0 (patch) | |
tree | f7b76fb84107445b6be0b4cc2ca44d94dd96f240 /ares | |
parent | 81f250be5911ef87fa0ca6939fe1c48feae3193e (diff) |
run autoconf if needed
Diffstat (limited to 'ares')
-rwxr-xr-x | ares/maketgz | 4 |
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; |