129459361Smrgdnl  Copyright 2005 Red Hat, Inc.
229459361Smrgdnl 
329459361Smrgdnl  Permission to use, copy, modify, distribute, and sell this software
429459361Smrgdnl  and its documentation for any purpose is hereby granted without fee,
529459361Smrgdnl  provided that the above copyright notice appear in all copies and
629459361Smrgdnl  that both that copyright notice and this permission notice appear in
729459361Smrgdnl  supporting documentation, and that the name of Red Hat not be used in
829459361Smrgdnl  advertising or publicity pertaining to distribution of the software
929459361Smrgdnl  without specific, written prior permission.  Red Hat makes no
1029459361Smrgdnl  representations about the suitability of this software for any
1129459361Smrgdnl  purpose.  It is provided "as is" without express or implied warranty.
1229459361Smrgdnl 
1329459361Smrgdnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
1429459361Smrgdnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
1529459361Smrgdnl  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
1629459361Smrgdnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
1729459361Smrgdnl  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
1829459361Smrgdnl  OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
1929459361Smrgdnl  USE OR PERFORMANCE OF THIS SOFTWARE.
2029459361Smrgdnl
2129459361Smrgdnl Process this file with autoconf to create configure.
2229459361Smrg
23fb4ebca8Smrg# Initialize Autoconf
244fbc8bdeSmrgAC_PREREQ([2.60])
25eb323118SmrgAC_INIT([bdftopcf], [1.1.2],
26e24f450bSmrg        [https://gitlab.freedesktop.org/xorg/util/bdftopcf/-/issues], [bdftopcf])
27fb4ebca8SmrgAC_CONFIG_SRCDIR([Makefile.am])
285dd2154eSmrgAC_CONFIG_HEADERS([config.h])
2929459361Smrg
30fb4ebca8Smrg# Initialize Automake
31e24f450bSmrgAM_INIT_AUTOMAKE([foreign dist-xz])
32fb4ebca8Smrg
334fbc8bdeSmrg# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
344fbc8bdeSmrgm4_ifndef([XORG_MACROS_VERSION],
354fbc8bdeSmrg          [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
364fbc8bdeSmrgXORG_MACROS_VERSION(1.8)
374fbc8bdeSmrgXORG_DEFAULT_OPTIONS
3829459361Smrg
3929459361SmrgXORG_WITH_LINT
4029459361Smrg
41e24f450bSmrgPKG_CHECK_MODULES(BDFTOPCF, [xproto >= 7.0.22 fontsproto >= 2.1.3])
42e24f450bSmrg
435dd2154eSmrgAC_CONFIG_FILES([
445dd2154eSmrg	Makefile
455dd2154eSmrg	man/Makefile])
465dd2154eSmrgAC_OUTPUT
47