[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - configure.ac
Henry Castro (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 9 11:05:26 UTC 2020
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d28e83bbf0f3dc1c7ddf63d04a2a9b65279bae45
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Fri Nov 6 07:50:27 2020 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Mon Nov 9 12:04:51 2020 +0100
lok:configure: replace obsolete configuration links
The "AC_LINK_FILES" is replaced by "AC_CONFIG_LINKS"
Change-Id: I9c82d3f54cf78f08489453389d4e5070529a4f69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105404
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Henry Castro <hcastro at collabora.com>
diff --git a/configure.ac b/configure.ac
index cd83fc5b111b..22b0905e9ca4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12980,7 +12980,7 @@ CFLAGS=$my_original_CFLAGS
CXXFLAGS=$my_original_CXXFLAGS
CPPFLAGS=$my_original_CPPFLAGS
-AC_LINK_FILES([include], [include])
+AC_CONFIG_LINKS([include:include])
AC_CONFIG_FILES([config_host.mk
config_host_lang.mk
Makefile
More information about the Libreoffice-commits
mailing list