mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:37:16 +03:00
autotools: make curl-config executable
This was already done when building using CMake:
fa9151b41a/CMakeLists.txt (L2391-L2394)
Closes #18433
This commit is contained in:
parent
5256ce229e
commit
63b7d8b8f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue