mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
s/silly/underquoted definition/
This commit is contained in:
parent
109edaae6d
commit
0de08d418f
@ -391,7 +391,7 @@ if ($CVS) {
|
||||
unlink "autom4te.cache";
|
||||
|
||||
# generate the build files
|
||||
logit "invoke buildconf, but filter off the silly aclocal warnings";
|
||||
logit "invoke buildconf, but filter off aclocal underquoted definition warnings";
|
||||
open(F, "./buildconf 2>&1 |") or die;
|
||||
open(LOG, ">$buildlog") or die;
|
||||
while (<F>) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user