1335e815aSmrgdnl Copyright 2005 Red Hat, Inc. 2335e815aSmrgdnl 3335e815aSmrgdnl Permission to use, copy, modify, distribute, and sell this software 4335e815aSmrgdnl and its documentation for any purpose is hereby granted without 5335e815aSmrgdnl fee, provided that the above copyright notice appear in all copies 6335e815aSmrgdnl and that both that copyright notice and this permission notice 7335e815aSmrgdnl appear in supporting documentation, and that the name of Red Hat 8335e815aSmrgdnl not be used in advertising or publicity pertaining to distribution 9335e815aSmrgdnl of the software without specific, written prior permission. Red 10335e815aSmrgdnl Hat makes no representations about the suitability of this software 11335e815aSmrgdnl for any purpose. It is provided "as is" without express or implied 12335e815aSmrgdnl warranty. 13335e815aSmrgdnl 14335e815aSmrgdnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15335e815aSmrgdnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 16335e815aSmrgdnl NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17335e815aSmrgdnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 18335e815aSmrgdnl OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 19335e815aSmrgdnl NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 20335e815aSmrgdnl CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21335e815aSmrgdnl 22335e815aSmrgdnl Process this file with autoconf to create configure. 23335e815aSmrg 240cfee914SmrgAC_PREREQ([2.60]) 250cfee914SmrgAC_INIT([font-misc-misc], [1.1.3], 260cfee914Smrg [https://gitlab.freedesktop.org/xorg/font/misc-misc/-/issues], 27cf8f59bfSmrg [font-misc-misc]) 280cfee914SmrgAM_INIT_AUTOMAKE([foreign dist-xz]) 29335e815aSmrg 300cfee914Smrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS 31f4959950Smrgm4_ifndef([XORG_MACROS_VERSION], 320cfee914Smrg [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])]) 330cfee914SmrgXORG_MACROS_VERSION(1.20) 340cfee914SmrgXORG_DEFAULT_NOCODE_OPTIONS 35335e815aSmrg 360cfee914Smrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS 37f4959950Smrgm4_ifndef([XORG_FONT_MACROS_VERSION], 380cfee914Smrg [m4_fatal([must install X.Org font-util 1.4 or later before running autoconf/autogen])]) 390cfee914SmrgXORG_FONT_MACROS_VERSION(1.4) 40335e815aSmrg 41f4959950SmrgXORG_FONTDIR([misc]) 42f4959950SmrgXORG_FONT_BDF_UTILS 43f4959950SmrgXORG_FONT_UCS2ANY 44335e815aSmrg 45f4959950SmrgXORG_FONT_CHECK_ENCODING_LIST([ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 46f4959950Smrg ISO8859-5 ISO8859-7 ISO8859-8 ISO8859-9 47f4959950Smrg ISO8859-10 ISO8859-11 ISO8859-13 ISO8859-14 48f4959950Smrg ISO8859-15 ISO8859-16 KOI8-R JISX0201]) 49335e815aSmrg 500cfee914SmrgAC_CONFIG_FILES([Makefile]) 510cfee914SmrgAC_OUTPUT 52