1bb068e1dSmrgdnl  Copyright 2005 Red Hat, Inc.
2bb068e1dSmrgdnl
3bb068e1dSmrgdnl  Permission to use, copy, modify, distribute, and sell this software
4bb068e1dSmrgdnl  and its documentation for any purpose is hereby granted without
5bb068e1dSmrgdnl  fee, provided that the above copyright notice appear in all copies
6bb068e1dSmrgdnl  and that both that copyright notice and this permission notice
7bb068e1dSmrgdnl  appear in supporting documentation, and that the name of Red Hat
8bb068e1dSmrgdnl  not be used in advertising or publicity pertaining to distribution
9bb068e1dSmrgdnl  of the software without specific, written prior permission.  Red
10bb068e1dSmrgdnl  Hat makes no representations about the suitability of this software
11bb068e1dSmrgdnl  for any purpose.  It is provided "as is" without express or implied
12bb068e1dSmrgdnl  warranty.
13bb068e1dSmrgdnl
14bb068e1dSmrgdnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15bb068e1dSmrgdnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
16bb068e1dSmrgdnl  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17bb068e1dSmrgdnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
18bb068e1dSmrgdnl  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
19bb068e1dSmrgdnl  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20bb068e1dSmrgdnl  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21bb068e1dSmrgdnl
22bb068e1dSmrgdnl Process this file with autoconf to create configure.
23bb068e1dSmrg
24bb068e1dSmrgAC_PREREQ([2.60])
25bb068e1dSmrgAC_INIT([font-sun-misc], [1.0.4],
26bb068e1dSmrg        [https://gitlab.freedesktop.org/xorg/font/sun-misc/-/issues],
27bb068e1dSmrg        [font-sun-misc])
28bb068e1dSmrgAM_INIT_AUTOMAKE([foreign dist-xz])
29bb068e1dSmrg
30bb068e1dSmrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
31bb068e1dSmrgm4_ifndef([XORG_MACROS_VERSION],
32bb068e1dSmrg	  [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])])
33bb068e1dSmrgXORG_MACROS_VERSION(1.20)
34bb068e1dSmrgXORG_DEFAULT_NOCODE_OPTIONS
35bb068e1dSmrg
36bb068e1dSmrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS
37bb068e1dSmrgm4_ifndef([XORG_FONT_MACROS_VERSION],
38bb068e1dSmrg	  [m4_fatal([must install X.Org font-util 1.4 or later before running autoconf/autogen])])
39bb068e1dSmrgXORG_FONT_MACROS_VERSION(1.4)
40bb068e1dSmrg
41bb068e1dSmrgXORG_FONTDIR([misc])
42bb068e1dSmrgXORG_FONT_BDF_UTILS
43bb068e1dSmrg
44bb068e1dSmrgAC_CONFIG_FILES([Makefile])
45bb068e1dSmrgAC_OUTPUT
46