summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-22 17:59:17 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-02-22 17:59:17 -0800
commit210877eb46a87f3c6d0e09da66125bf60dde61a0 (patch)
tree53d68148e2cb9e5398cbbef35331ab4fefb55036 /configure.ac
parenta57e070a809722332e29741fb6899afcd883d27f (diff)
Use COMPRESS_FLAGS to improve build reproducibility
Raises required version of font-util from 1.2 to 1.4 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 0ca3dfc..27744fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,10 +33,10 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.20)
XORG_DEFAULT_NOCODE_OPTIONS
-# Require X.Org's font util macros 1.2 or later
+# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS
m4_ifndef([XORG_FONT_MACROS_VERSION],
- [m4_fatal([must install X.Org font-util 1.2 or later before running autoconf/autogen])])
-XORG_FONT_MACROS_VERSION(1.2)
+ [m4_fatal([must install X.Org font-util 1.4 or later before running autoconf/autogen])])
+XORG_FONT_MACROS_VERSION(1.4)
XORG_FONTDIR([misc])
XORG_FONT_BDF_UTILS