1b7d53ee5Smrgdnl Copyright 2005 Red Hat, Inc. 2b7d53ee5Smrgdnl 3b7d53ee5Smrgdnl Permission to use, copy, modify, distribute, and sell this software 4b7d53ee5Smrgdnl and its documentation for any purpose is hereby granted without 5b7d53ee5Smrgdnl fee, provided that the above copyright notice appear in all copies 6b7d53ee5Smrgdnl and that both that copyright notice and this permission notice 7b7d53ee5Smrgdnl appear in supporting documentation, and that the name of Red Hat 8b7d53ee5Smrgdnl not be used in advertising or publicity pertaining to distribution 9b7d53ee5Smrgdnl of the software without specific, written prior permission. Red 10b7d53ee5Smrgdnl Hat makes no representations about the suitability of this software 11b7d53ee5Smrgdnl for any purpose. It is provided "as is" without express or implied 12b7d53ee5Smrgdnl warranty. 13b7d53ee5Smrgdnl 14b7d53ee5Smrgdnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15b7d53ee5Smrgdnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 16b7d53ee5Smrgdnl NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17b7d53ee5Smrgdnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 18b7d53ee5Smrgdnl OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 19b7d53ee5Smrgdnl NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 20b7d53ee5Smrgdnl CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21b7d53ee5Smrgdnl 22b7d53ee5Smrgdnl Process this file with autoconf to create configure. 23b7d53ee5Smrg 2487402a6fSmrgAC_PREREQ([2.60]) 2587402a6fSmrgAC_INIT([font-dec-misc], [1.0.4], 2687402a6fSmrg [https://gitlab.freedesktop.org/xorg/font/dec-misc/-/issues], 275cf18391Smrg [font-dec-misc]) 2887402a6fSmrgAM_INIT_AUTOMAKE([foreign dist-xz]) 29b7d53ee5Smrg 3087402a6fSmrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS 312ceb2653Smrgm4_ifndef([XORG_MACROS_VERSION], 3287402a6fSmrg [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])]) 3387402a6fSmrgXORG_MACROS_VERSION(1.20) 3487402a6fSmrgXORG_DEFAULT_NOCODE_OPTIONS 35b7d53ee5Smrg 3687402a6fSmrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS 372ceb2653Smrgm4_ifndef([XORG_FONT_MACROS_VERSION], 3887402a6fSmrg [m4_fatal([must install X.Org font-util 1.4 or later before running autoconf/autogen])]) 3987402a6fSmrgXORG_FONT_MACROS_VERSION(1.4) 40b7d53ee5Smrg 412ceb2653SmrgXORG_FONTDIR([misc]) 422ceb2653SmrgXORG_FONT_BDF_UTILS 43b7d53ee5Smrg 4487402a6fSmrgAC_CONFIG_FILES([Makefile]) 4587402a6fSmrgAC_OUTPUT 46