193249ebfSmrgdnl  Copyright 2005 Red Hat, Inc.
293249ebfSmrgdnl
393249ebfSmrgdnl  Permission to use, copy, modify, distribute, and sell this software
493249ebfSmrgdnl  and its documentation for any purpose is hereby granted without
593249ebfSmrgdnl  fee, provided that the above copyright notice appear in all copies
693249ebfSmrgdnl  and that both that copyright notice and this permission notice
793249ebfSmrgdnl  appear in supporting documentation, and that the name of Red Hat
893249ebfSmrgdnl  not be used in advertising or publicity pertaining to distribution
993249ebfSmrgdnl  of the software without specific, written prior permission.  Red
1093249ebfSmrgdnl  Hat makes no representations about the suitability of this software
1193249ebfSmrgdnl  for any purpose.  It is provided "as is" without express or implied
1293249ebfSmrgdnl  warranty.
1393249ebfSmrgdnl
1493249ebfSmrgdnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
1593249ebfSmrgdnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
1693249ebfSmrgdnl  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
1793249ebfSmrgdnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
1893249ebfSmrgdnl  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
1993249ebfSmrgdnl  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
2093249ebfSmrgdnl  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2193249ebfSmrgdnl
2293249ebfSmrgdnl Process this file with autoconf to create configure.
2393249ebfSmrg
2493249ebfSmrgAC_PREREQ([2.60])
2593249ebfSmrgAC_INIT([font-micro-misc], [1.0.4],
2693249ebfSmrg        [https://gitlab.freedesktop.org/xorg/font/micro-misc/-/issues],
2793249ebfSmrg        [font-micro-misc])
2893249ebfSmrgAM_INIT_AUTOMAKE([foreign dist-xz])
2993249ebfSmrg
3093249ebfSmrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
3193249ebfSmrgm4_ifndef([XORG_MACROS_VERSION],
3293249ebfSmrg	  [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])])
3393249ebfSmrgXORG_MACROS_VERSION(1.20)
3493249ebfSmrgXORG_DEFAULT_NOCODE_OPTIONS
3593249ebfSmrg
3693249ebfSmrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS
3793249ebfSmrgm4_ifndef([XORG_FONT_MACROS_VERSION],
3893249ebfSmrg	  [m4_fatal([must install X.Org font-util 1.4 or later before running autoconf/autogen])])
3993249ebfSmrgXORG_FONT_MACROS_VERSION(1.4)
4093249ebfSmrg
4193249ebfSmrgXORG_FONTDIR([misc])
4293249ebfSmrgXORG_FONT_BDF_UTILS
4393249ebfSmrg
4493249ebfSmrgAC_CONFIG_FILES([Makefile])
4593249ebfSmrgAC_OUTPUT
46