Skip to content
Snippets Groups Projects
Commit cc60e26d authored by Alan Coopersmith's avatar Alan Coopersmith
Browse files

Switch to XORG_DEFAULT_NOCODE_OPTIONS


Stop running all sorts of compiler tests we don't need since there
is no code in this module to compile.  Requires xorg-macros 1.20.

Signed-off-by: default avatarAlan Coopersmith <alan.coopersmith@oracle.com>
parent 23a31639
No related branches found
No related tags found
1 merge request!2configure: Switch to XORG_DEFAULT_NOCODE_OPTIONS
Pipeline #811265 passed
......@@ -29,7 +29,7 @@ variables:
# The tag should be updated each time the list of packages is updated.
# Changing a tag forces the associated image to be rebuilt.
# Note: the tag has no meaning, we use a date format purely for readability
FDO_DISTRIBUTION_TAG: '2021-12-08.1'
FDO_DISTRIBUTION_TAG: '2023-02-15.0'
FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake make xorg-util-macros xorg-font-util xorg-mkfontscale fontconfig'
......
......@@ -27,13 +27,11 @@ AC_INIT([font-bitstream-type1], [1.0.3],
[font-bitstream-type1])
AM_INIT_AUTOMAKE([foreign dist-xz])
# Require xorg-macros: XORG_DEFAULT_OPTIONS
# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
AC_PROG_INSTALL
[m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.20)
XORG_DEFAULT_NOCODE_OPTIONS
# Require X.Org's font util macros 1.2 or later
m4_ifndef([XORG_FONT_MACROS_VERSION],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment