fontconfig: Branch 'main' - 2 commits
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Fri Oct 25 06:52:29 UTC 2024
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e6eb25e5be9929e446bd61ba9aa572677eb26f41
Merge: 1041473 9b4a8db
Author: Akira TAGOH <akira at tagoh.org>
Date: Fri Oct 25 06:52:24 2024 +0000
Merge branch 'issues/425' into 'main'
Add foreign automake option to avoid an error on autotools bootstrap
Closes #425
See merge request fontconfig/fontconfig!329
commit 9b4a8db42eacd42aa53c0a81568a994f9fa13405
Author: Akira TAGOH <akira at tagoh.org>
Date: Tue Sep 17 21:27:04 2024 +0900
Add foreign automake option to avoid an error on autotools bootstrap
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/425
diff --git a/configure.ac b/configure.ac
index 56c7fa9..22de759 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ dnl version. This same version number must appear in fontconfig/fontconfig.h
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
dnl not possible to extract the version number here from fontconfig.h
AC_INIT([fontconfig],[2.15.0],[https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/new])
-AM_INIT_AUTOMAKE([1.11 parallel-tests dist-xz])
+AM_INIT_AUTOMAKE([1.11 parallel-tests dist-xz foreign])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
dnl ==========================================================================
More information about the Fontconfig
mailing list