From bdc584b0a31cb4b8c5d0bc7ff1f8fc432fa8ce31 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 12 Jan 2025 16:14:46 +0100 Subject: [PATCH] tests/cts/README: Suggest to checkout curl-7_85_0 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. --- tests/cts/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cts/README b/tests/cts/README index 831f37ab..3b57a1bc 100644 --- a/tests/cts/README +++ b/tests/cts/README @@ -10,7 +10,7 @@ Privoxy sources do: 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 -- 2.49.0