autotools: make curl-config executable

This was already done when building using CMake:
fa9151b41a/CMakeLists.txt (L2391-L2394)
This commit is contained in:
Yedaya Katsman 2025-08-29 17:09:00 +03:00
parent ca6d6dcb20
commit 391153a148

View 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`