14ecf19b2Smrgdnl Copyright 2005 Red Hat, Inc. 24ecf19b2Smrgdnl 34ecf19b2Smrgdnl Permission to use, copy, modify, distribute, and sell this software 44ecf19b2Smrgdnl and its documentation for any purpose is hereby granted without 54ecf19b2Smrgdnl fee, provided that the above copyright notice appear in all copies 64ecf19b2Smrgdnl and that both that copyright notice and this permission notice 74ecf19b2Smrgdnl appear in supporting documentation, and that the name of Red Hat 84ecf19b2Smrgdnl not be used in advertising or publicity pertaining to distribution 94ecf19b2Smrgdnl of the software without specific, written prior permission. Red 104ecf19b2Smrgdnl Hat makes no representations about the suitability of this software 114ecf19b2Smrgdnl for any purpose. It is provided "as is" without express or implied 124ecf19b2Smrgdnl warranty. 134ecf19b2Smrgdnl 144ecf19b2Smrgdnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 154ecf19b2Smrgdnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 164ecf19b2Smrgdnl NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 174ecf19b2Smrgdnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 184ecf19b2Smrgdnl OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 194ecf19b2Smrgdnl NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 204ecf19b2Smrgdnl CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 214ecf19b2Smrgdnl 224ecf19b2Smrgdnl Process this file with autoconf to create configure. 234ecf19b2Smrg 24ef516338SmrgAC_PREREQ([2.60]) 25ef516338SmrgAC_INIT([font-adobe-75dpi], [1.0.4], 26ef516338Smrg [https://gitlab.freedesktop.org/xorg/font/adobe-75dpi/-/issues], 279acbb460Smrg [font-adobe-75dpi]) 28ef516338SmrgAM_INIT_AUTOMAKE([foreign dist-xz]) 294ecf19b2Smrg 30ef516338Smrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS 3132034fa5Smrgm4_ifndef([XORG_MACROS_VERSION], 32ef516338Smrg [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])]) 33ef516338SmrgXORG_MACROS_VERSION(1.20) 34ef516338SmrgXORG_DEFAULT_NOCODE_OPTIONS 354ecf19b2Smrg 36ef516338Smrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS 3732034fa5Smrgm4_ifndef([XORG_FONT_MACROS_VERSION], 38ef516338Smrg [m4_fatal([must install X.Org font-util 1.4 or later before running autoconf/autogen])]) 39ef516338SmrgXORG_FONT_MACROS_VERSION(1.4) 404ecf19b2Smrg 4132034fa5SmrgXORG_FONTDIR([75dpi]) 4232034fa5SmrgXORG_FONT_BDF_UTILS 4332034fa5SmrgXORG_FONT_UCS2ANY 444ecf19b2Smrg 4532034fa5SmrgXORG_FONT_CHECK_ENCODING_LIST([ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 4632034fa5Smrg ISO8859-9 ISO8859-10 ISO8859-13 ISO8859-14 4732034fa5Smrg ISO8859-15]) 484ecf19b2Smrg 49ef516338SmrgAC_CONFIG_FILES([Makefile]) 50ef516338SmrgAC_OUTPUT 51