[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Sun Nov 15 09:43:39 UTC 2020
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dd7f34586073a8550dd84da06f13d7a903932f8b
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Sep 8 00:21:12 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Nov 15 10:43:07 2020 +0100
Use PRODUCTNAME_WITHOUT_SPACES for SDKDIRNAME
Change-Id: I2e3e45ffba563dc1b13b3b66346debd9690d0abe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102211
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105881
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
diff --git a/configure.ac b/configure.ac
index b610b6d537cf..dfe2475f2c7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -697,7 +697,7 @@ darwin*|macos*) # macOS
_os=Darwin
INSTROOTBASESUFFIX=/$PRODUCTNAME_WITHOUT_SPACES.app
INSTROOTCONTENTSUFFIX=/Contents
- SDKDIRNAME=AC_PACKAGE_NAME${PRODUCTVERSION}_SDK
+ SDKDIRNAME=${PRODUCTNAME_WITHOUT_SPACES}${PRODUCTVERSION}_SDK
# See comment above the case "$host_os"
LINKFLAGSSHL="-dynamiclib -single_module"
More information about the Libreoffice-commits
mailing list