From 3287fc17b45a5e097b5197d146f7e6cd96e7cd8a Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 15 Oct 2010 20:09:56 -0400 Subject: config: Use the shorthand --disable-all-encodings option in font-util v1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This option is useful to disable all possible font encodings at once, without fine-graining the calling ebuilds for a list of encodings supported by each font package. The option is parsed before all other encoding options, so it basically sets defaults for all of them. Afterwards, any encoding can be re-enabled back using '--enable-' (much like '--disable-all-encodings --enable-iso8859-2'). Reviewed-by: RĂ©mi Cardona Signed-off-by: Gaetan Nadon --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index d9fc06d..e837bce 100644 --- a/configure.ac +++ b/configure.ac @@ -36,10 +36,10 @@ XORG_DEFAULT_OPTIONS AC_PROG_INSTALL -# Require X.Org's font util macros 1.1 or later +# Require X.Org's font util macros 1.2 or later m4_ifndef([XORG_FONT_MACROS_VERSION], - [m4_fatal([must install X.Org font-util 1.1 or later before running autoconf/autogen])]) -XORG_FONT_MACROS_VERSION(1.1) + [m4_fatal([must install X.Org font-util 1.2 or later before running autoconf/autogen])]) +XORG_FONT_MACROS_VERSION(1.2) XORG_FONTDIR([misc]) XORG_FONT_BDF_UTILS -- cgit v1.2.3