1a6fdc6faSmrgdnl Copyright 2005 Red Hat, Inc. 2a6fdc6faSmrgdnl 3a6fdc6faSmrgdnl Permission to use, copy, modify, distribute, and sell this software 4a6fdc6faSmrgdnl and its documentation for any purpose is hereby granted without 5a6fdc6faSmrgdnl fee, provided that the above copyright notice appear in all copies 6a6fdc6faSmrgdnl and that both that copyright notice and this permission notice 7a6fdc6faSmrgdnl appear in supporting documentation, and that the name of Red Hat 8a6fdc6faSmrgdnl not be used in advertising or publicity pertaining to distribution 9a6fdc6faSmrgdnl of the software without specific, written prior permission. Red 10a6fdc6faSmrgdnl Hat makes no representations about the suitability of this software 11a6fdc6faSmrgdnl for any purpose. It is provided "as is" without express or implied 12a6fdc6faSmrgdnl warranty. 13a6fdc6faSmrgdnl 14a6fdc6faSmrgdnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15a6fdc6faSmrgdnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 16a6fdc6faSmrgdnl NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17a6fdc6faSmrgdnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 18a6fdc6faSmrgdnl OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 19a6fdc6faSmrgdnl NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 20a6fdc6faSmrgdnl CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21a6fdc6faSmrgdnl 22a6fdc6faSmrgdnl Process this file with autoconf to create configure. 23a6fdc6faSmrg 24541411ceSmrgAC_PREREQ([2.60]) 25541411ceSmrgAC_INIT([font-mutt-misc], [1.0.4], 26541411ceSmrg [https://gitlab.freedesktop.org/xorg/font/mutt-misc/-/issues], 27eeced2e6Smrg [font-mutt-misc]) 28541411ceSmrgAM_INIT_AUTOMAKE([foreign dist-xz]) 29a6fdc6faSmrg 30541411ceSmrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS 3135d5702bSmrgm4_ifndef([XORG_MACROS_VERSION], 32541411ceSmrg [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])]) 33541411ceSmrgXORG_MACROS_VERSION(1.20) 34541411ceSmrgXORG_DEFAULT_NOCODE_OPTIONS 35a6fdc6faSmrg 36541411ceSmrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS 3735d5702bSmrgm4_ifndef([XORG_FONT_MACROS_VERSION], 38541411ceSmrg [m4_fatal([must install X.Org font-util 1.4 or later before running autoconf/autogen])]) 39541411ceSmrgXORG_FONT_MACROS_VERSION(1.4) 40a6fdc6faSmrg 4135d5702bSmrgXORG_FONTDIR([misc]) 4235d5702bSmrgXORG_FONT_BDF_UTILS 43a6fdc6faSmrg 44541411ceSmrgAC_CONFIG_FILES([Makefile]) 45541411ceSmrgAC_OUTPUT 46