]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
autotools: make curl-config executable
authorYedaya Katsman <yedaya.ka@gmail.com>
Fri, 29 Aug 2025 14:09:00 +0000 (17:09 +0300)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Sep 2025 07:41:30 +0000 (09:41 +0200)
This was already done when building using CMake:
https://github.com/curl/curl/blob/fa9151b41ad986e0514d99dd3fe149f26a7a57a3/CMakeLists.txt#L2391-L2394

Closes #18433

configure.ac

index 2755bf9018a97dff35ee5478d021725157bb061f..af005beffd12b6d4250c403c1f729377158f3886 100644 (file)
@@ -5536,9 +5536,9 @@ AC_CONFIG_FILES([\
   tests/http/Makefile \
   packages/Makefile \
   packages/vms/Makefile \
-  curl-config \
   libcurl.pc
 ])
+AC_CONFIG_FILES([curl-config], [chmod +x curl-config])
 AC_OUTPUT
 
 SUPPORT_PROTOCOLS_LOWER=`echo "$SUPPORT_PROTOCOLS" | tr A-Z a-z`