175b29833Smrgdnl  Copyright 2005 Red Hat, Inc.
275b29833Smrgdnl
375b29833Smrgdnl  Permission to use, copy, modify, distribute, and sell this software
475b29833Smrgdnl  and its documentation for any purpose is hereby granted without
575b29833Smrgdnl  fee, provided that the above copyright notice appear in all copies
675b29833Smrgdnl  and that both that copyright notice and this permission notice
775b29833Smrgdnl  appear in supporting documentation, and that the name of Red Hat
875b29833Smrgdnl  not be used in advertising or publicity pertaining to distribution
975b29833Smrgdnl  of the software without specific, written prior permission.  Red
1075b29833Smrgdnl  Hat makes no representations about the suitability of this software
1175b29833Smrgdnl  for any purpose.  It is provided "as is" without express or implied
1275b29833Smrgdnl  warranty.
1375b29833Smrgdnl
1475b29833Smrgdnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
1575b29833Smrgdnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
1675b29833Smrgdnl  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
1775b29833Smrgdnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
1875b29833Smrgdnl  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
1975b29833Smrgdnl  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
2075b29833Smrgdnl  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2175b29833Smrgdnl
2275b29833Smrgdnl Process this file with autoconf to create configure.
2375b29833Smrg
2475b29833SmrgAC_PREREQ([2.60])
2575b29833SmrgAC_INIT([font-misc-cyrillic], [1.0.4],
2675b29833Smrg        [https://gitlab.freedesktop.org/xorg/font/misc-cyrillic/-/issues],
2775b29833Smrg        [font-misc-cyrillic])
2875b29833SmrgAM_INIT_AUTOMAKE([foreign dist-xz])
2975b29833Smrg
3075b29833Smrg# Require xorg-macros 1.20 or later: XORG_DEFAULT_NOCODE_OPTIONS
3175b29833Smrgm4_ifndef([XORG_MACROS_VERSION],
3275b29833Smrg	  [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])])
3375b29833SmrgXORG_MACROS_VERSION(1.20)
3475b29833SmrgXORG_DEFAULT_NOCODE_OPTIONS
3575b29833Smrg
3675b29833Smrg# Require X.Org's font util macros 1.4 or later for COMPRESS_FLAGS
3775b29833Smrgm4_ifndef([XORG_FONT_MACROS_VERSION],
3875b29833Smrg	  [m4_fatal([must install X.Org font-util 1.4 or later before running autoconf/autogen])])
3975b29833SmrgXORG_FONT_MACROS_VERSION(1.4)
4075b29833Smrg
4175b29833SmrgXORG_FONTDIR([cyrillic])
4275b29833SmrgXORG_FONT_BDF_UTILS
4375b29833Smrg
4475b29833SmrgAC_CONFIG_FILES([Makefile])
4575b29833SmrgAC_OUTPUT
46