1ded1caa4Smrgdnl Copyright 2005 Red Hat, Inc. 2ded1caa4Smrgdnl 3ded1caa4Smrgdnl Permission to use, copy, modify, distribute, and sell this software 4ded1caa4Smrgdnl and its documentation for any purpose is hereby granted without 5ded1caa4Smrgdnl fee, provided that the above copyright notice appear in all copies 6ded1caa4Smrgdnl and that both that copyright notice and this permission notice 7ded1caa4Smrgdnl appear in supporting documentation, and that the name of Red Hat 8ded1caa4Smrgdnl not be used in advertising or publicity pertaining to distribution 9ded1caa4Smrgdnl of the software without specific, written prior permission. Red 10ded1caa4Smrgdnl Hat makes no representations about the suitability of this software 11ded1caa4Smrgdnl for any purpose. It is provided "as is" without express or implied 12ded1caa4Smrgdnl warranty. 13ded1caa4Smrgdnl 14ded1caa4Smrgdnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15ded1caa4Smrgdnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 16ded1caa4Smrgdnl NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17ded1caa4Smrgdnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 18ded1caa4Smrgdnl OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 19ded1caa4Smrgdnl NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 20ded1caa4Smrgdnl CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 21ded1caa4Smrgdnl 22ded1caa4Smrgdnl Process this file with autoconf to create configure. 23ded1caa4Smrg 24414cce6aSmrgAC_PREREQ([2.60]) 25414cce6aSmrgAC_INIT([font-bitstream-75dpi], [1.0.4], 26414cce6aSmrg [https://gitlab.freedesktop.org/xorg/font/bitstream-75dpi/-/issues], 2744d8e951Smrg [font-bitstream-75dpi]) 28414cce6aSmrgAM_INIT_AUTOMAKE([foreign dist-xz]) 29ded1caa4Smrg 30414cce6aSmrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS 3150539131Smrgm4_ifndef([XORG_MACROS_VERSION], 32414cce6aSmrg [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])]) 33414cce6aSmrgXORG_MACROS_VERSION(1.20) 34414cce6aSmrgXORG_DEFAULT_NOCODE_OPTIONS 35ded1caa4Smrg 36414cce6aSmrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS 3750539131Smrgm4_ifndef([XORG_FONT_MACROS_VERSION], 38414cce6aSmrg [m4_fatal([must install X.Org font-util 1.4 or later before running autoconf/autogen])]) 39414cce6aSmrgXORG_FONT_MACROS_VERSION(1.4) 40ded1caa4Smrg 4150539131SmrgXORG_FONTDIR([75dpi]) 4250539131SmrgXORG_FONT_BDF_UTILS 43ded1caa4Smrg 44414cce6aSmrgAC_CONFIG_FILES([Makefile]) 45414cce6aSmrgAC_OUTPUT 46