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