|
@@ -2333,6 +2333,10 @@ AC_SUBST([CURL_LT_SHLIB_VERSIONED_FLAVOUR],
|
|
|
AM_CONDITIONAL([CURL_LT_SHLIB_USE_VERSIONED_SYMBOLS],
|
|
|
[test "x$versioned_symbols" = 'xyes'])
|
|
|
|
|
|
+dnl Update .plist file with current version
|
|
|
+AC_SUBST([CURL_PLIST_VERSION],
|
|
|
+ ["$CURLVERSION"])
|
|
|
+
|
|
|
dnl -------------------------------------------------
|
|
|
dnl check winidn option before other IDN libraries
|
|
|
dnl -------------------------------------------------
|
|
@@ -4382,6 +4386,7 @@ AC_CONFIG_FILES([Makefile \
|
|
|
lib/Makefile \
|
|
|
scripts/Makefile \
|
|
|
lib/libcurl.vers \
|
|
|
+ lib/libcurl.plist \
|
|
|
tests/Makefile \
|
|
|
tests/certs/Makefile \
|
|
|
tests/certs/scripts/Makefile \
|