A curl checkout at
073268a6de3 fails to configure when using
autoreconf 2.72:
| checking curl version... 7.85.0-DEV
| ./configure: 6904: Syntax error: ";;" unexpected (expecting "fi")
As Roland noticed this was fixed by curl commit
a8f52ce225cc.
git clone https://github.com/curl/curl.git
cd curl
- git checkout -b before-cts-regressions 073268a6de3
+ git checkout -b cts-compatible-with-privoxy-tests curl-7_85_0
# Build curl as described in GIT-INFO. Note that the configure
# call needs to explicitly choose a TLS library. For example