configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d28e83bbf0f3dc1c7ddf63d04a2a9b65279bae45
Author: Henry Castro <[email protected]>
AuthorDate: Fri Nov 6 07:50:27 2020 -0400
Commit: Henry Castro <[email protected]>
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 <[email protected]>
Reviewed-by: Henry Castro <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits