Commit b86ad643 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

run autoconf if needed

parent 81f250be
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,10 @@ if(!-f "ares.h") {
    exit;
}

if(!-f "configure") {
    `autoconf`;
}

@files=`find . -name FILES`;

my @entries;