From: Daniel Stenberg Date: Wed, 8 Oct 2003 20:25:37 +0000 (+0000) Subject: run autoconf if needed X-Git-Tag: curl-7_10_8~150 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b86ad6438efb7756495f34ab7a225af01c06f1b0;p=thirdparty%2Fcurl.git run autoconf if needed --- diff --git a/ares/maketgz b/ares/maketgz index 2638e2a209..18d27822e1 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;