]> granicus.if.org Git - curl/commit
configure: ac_cv_ -> curl_cv_ for r/w vars
authorIrfan Adilovic <i.adilovic@nfotex.com>
Sun, 17 Apr 2016 19:58:15 +0000 (21:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 21 Apr 2016 21:08:28 +0000 (23:08 +0200)
commit4b639dbc747e69b2e017d1e1b8b2a9beb4711bfd
treea816df16b49d8b2699681d0e6493f094fcb4cda8
parent68c83b4623dfc9ac42886c7b7752d208bc51517e
configure: ac_cv_ -> curl_cv_ for r/w vars

These configure vars are modified in a curl-specific way and modified by
the configure process, but are never loaded from cache, even though they
are designated as _cv_. We should implement proper AC_CACHE_CHECKs for
them eventually.
acinclude.m4
configure.ac
m4/curl-confopts.m4
m4/curl-functions.m4