mirror of
https://github.com/curl/curl.git
synced 2026-06-12 03:04:15 +03:00
autotools: make curl-config executable
This was already done when building using CMake:
fa9151b41a/CMakeLists.txt (L2391-L2394)
This commit is contained in:
parent
ca6d6dcb20
commit
391153a148
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