mirror of
https://github.com/curl/curl.git
synced 2026-04-23 08:32:13 +03:00
testcurl.pl: log ACLOCAL_FLAGS
This commit is contained in:
parent
82c344a347
commit
84f736981c
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ logit "CFLAGS = ".$ENV{CFLAGS};
|
|||
logit "LDFLAGS = ".$ENV{LDFLAGS};
|
||||
logit "CC = ".$ENV{CC};
|
||||
logit "MAKEFLAGS = ".$ENV{MAKEFLAGS};
|
||||
logit "ACLOCAL_FLAGS = ".$ENV{ACLOCAL_FLAGS};
|
||||
logit "PKG_CONFIG_PATH = ".$ENV{PKG_CONFIG_PATH};
|
||||
logit "target = ".$targetos;
|
||||
logit "version = $version"; # script version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue