mirror of
https://github.com/curl/curl.git
synced 2026-07-27 01:27:15 +03:00
run autoconf if needed
This commit is contained in:
parent
81f250be59
commit
b86ad6438e
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ if(!-f "ares.h") {
|
|||
exit;
|
||||
}
|
||||
|
||||
if(!-f "configure") {
|
||||
`autoconf`;
|
||||
}
|
||||
|
||||
@files=`find . -name FILES`;
|
||||
|
||||
my @entries;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue