]> granicus.if.org Git - curl/commit
configure.ac: ignore CR after version numbers
authorMarcel Raad <raad@teamviewer.com>
Sat, 15 Apr 2017 06:32:23 +0000 (08:32 +0200)
committerMarcel Raad <raad@teamviewer.com>
Mon, 17 Apr 2017 06:32:45 +0000 (08:32 +0200)
commit5cefe201e924867f7b6e078a6c5fdce013bb510b
tree798f1af2851d79fb63ea34698b69e6bd04ed460a
parenta0576e2f362bc1a1adee22c924ce33710a69559f
configure.ac: ignore CR after version numbers

Ignore everything after the version numbers in LIBCURL_VERSION and
LIBCURL_VERSION_NUM to ged rid of the extra CR character.
This makes tests 1022 and 1023 pass on Linux with a CRLF checkout.

Ref: https://github.com/curl/curl/pull/1344#issuecomment-289243166
Closes https://github.com/curl/curl/pull/1422
configure.ac