run autoconf if needed

This commit is contained in:
Daniel Stenberg 2003-10-08 20:25:37 +00:00
parent 81f250be59
commit b86ad6438e
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ if(!-f "ares.h") {
exit;
}
if(!-f "configure") {
`autoconf`;
}
@files=`find . -name FILES`;
my @entries;