From 14c8b45528467b488fd74af604ea7fe0a94c92bd Mon Sep 17 00:00:00 2001 From: Irfan Adilovic Date: Fri, 15 Apr 2016 16:37:20 +0200 Subject: configure: ac_cv_ -> curl_cv_ for all cached vars This was automated by: sed -b -i -f <(ack -A1 AC_CACHE_CHECK | \ ack -o 'ac_cv_.*?\b' | \ sort -u | xargs -n1 bash -c \ 'echo "s/$0/curl_cv_${0#ac_cv_}/g"') \ $(git ls-files) This only changed the prefix for 16 variables actually checked with AC_CACHE_CHECK. --- m4/curl-functions.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/curl-functions.m4') diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4 index ed263ba9a..d222bfd58 100644 --- a/m4/curl-functions.m4 +++ b/m4/curl-functions.m4 @@ -2208,7 +2208,7 @@ AC_DEFUN([CURL_CHECK_FUNC_GETADDRINFO], [ ;; esac if test "$tst_tsafe_getaddrinfo" = "unknown" && - test "$ac_cv_native_windows" = "yes"; then + test "$curl_cv_native_windows" = "yes"; then tst_tsafe_getaddrinfo="yes" fi if test "$tst_tsafe_getaddrinfo" = "unknown"; then -- cgit v1.2.3