run autoconf if needed
This commit is contained in:
parent
81f250be59
commit
b86ad6438e
@ -12,6 +12,10 @@ if(!-f "ares.h") {
|
||||
exit;
|
||||
}
|
||||
|
||||
if(!-f "configure") {
|
||||
`autoconf`;
|
||||
}
|
||||
|
||||
@files=`find . -name FILES`;
|
||||
|
||||
my @entries;
|
||||
|
Loading…
Reference in New Issue
Block a user