mirror of
https://github.com/curl/curl.git
synced 2025-03-13 15:37:04 +08:00
- sort features case-insensitively to match `curl -V` and cmake. `sort -f` is POSIX, but check if it's available anyway. - make protocols lowercase to match `curl -V` and cmake. - replace two outlier `$()` with backticks. Closes #14117