11cc8c64fSmrgdnl  Copyright 2005 Red Hat, Inc.
21cc8c64fSmrgdnl
31cc8c64fSmrgdnl  Permission to use, copy, modify, distribute, and sell this software
41cc8c64fSmrgdnl  and its documentation for any purpose is hereby granted without
51cc8c64fSmrgdnl  fee, provided that the above copyright notice appear in all copies
61cc8c64fSmrgdnl  and that both that copyright notice and this permission notice
71cc8c64fSmrgdnl  appear in supporting documentation, and that the name of Red Hat
81cc8c64fSmrgdnl  not be used in advertising or publicity pertaining to distribution
91cc8c64fSmrgdnl  of the software without specific, written prior permission.  Red
101cc8c64fSmrgdnl  Hat makes no representations about the suitability of this software
111cc8c64fSmrgdnl  for any purpose.  It is provided "as is" without express or implied
121cc8c64fSmrgdnl  warranty.
131cc8c64fSmrgdnl
141cc8c64fSmrgdnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
151cc8c64fSmrgdnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
161cc8c64fSmrgdnl  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
171cc8c64fSmrgdnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
181cc8c64fSmrgdnl  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
191cc8c64fSmrgdnl  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
201cc8c64fSmrgdnl  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
211cc8c64fSmrgdnl
221cc8c64fSmrgdnl Process this file with autoconf to create configure.
231cc8c64fSmrg
2418eba588SmrgAC_PREREQ([2.60])
2518eba588SmrgAC_INIT([font-daewoo-misc], [1.0.4],
2618eba588Smrg        [https://gitlab.freedesktop.org/xorg/font/daewoo-misc/-/issues],
27b5d2086dSmrg        [font-daewoo-misc])
2818eba588SmrgAM_INIT_AUTOMAKE([foreign dist-xz])
291cc8c64fSmrg
3018eba588Smrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
31b9bb67cbSmrgm4_ifndef([XORG_MACROS_VERSION],
3218eba588Smrg	  [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])])
3318eba588SmrgXORG_MACROS_VERSION(1.20)
3418eba588SmrgXORG_DEFAULT_NOCODE_OPTIONS
351cc8c64fSmrg
3618eba588Smrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS
37b9bb67cbSmrgm4_ifndef([XORG_FONT_MACROS_VERSION],
3818eba588Smrg	  [m4_fatal([must install X.Org font-util 1.4 or later before running autoconf/autogen])])
3918eba588SmrgXORG_FONT_MACROS_VERSION(1.4)
401cc8c64fSmrg
41b9bb67cbSmrgXORG_FONTDIR([misc])
42b9bb67cbSmrgXORG_FONT_BDF_UTILS
431cc8c64fSmrg
4418eba588SmrgAC_CONFIG_FILES([Makefile])
4518eba588SmrgAC_OUTPUT
46