]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: ac_cv_ -> curl_cv_ for all cached vars
authorIrfan Adilovic <i.adilovic@nfotex.com>
Fri, 15 Apr 2016 14:37:20 +0000 (16:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Apr 2016 21:08:28 +0000 (23:08 +0200)
commit14c8b45528467b488fd74af604ea7fe0a94c92bd
treeb57616cba107ee366ecec296b93fb253c4aa74d2
parentcfe16c22d7891a1f65ea8cd4c5352504a2afbddc
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.
acinclude.m4
configure.ac
m4/curl-confopts.m4
m4/curl-functions.m4