12007c8b2Snia#                                               -*- Autoconf -*-
22007c8b2Snia# Process this file with autoconf to produce a configure script.
32007c8b2Snia
42007c8b2Snia# Initialize Autoconf
52007c8b2SniaAC_PREREQ(2.60)
62007c8b2SniaAC_INIT([xcompmgr], [1.1.8],
72007c8b2Snia        [https://gitlab.freedesktop.org/xorg/app/xcompmgr/issues])
82007c8b2SniaAC_CONFIG_SRCDIR([xcompmgr.c])
92007c8b2SniaAC_CONFIG_HEADERS([config.h])
102007c8b2Snia
112007c8b2Snia# Initialize Automake
122007c8b2SniaAM_INIT_AUTOMAKE([foreign dist-bzip2])
132007c8b2Snia
142007c8b2Snia# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
152007c8b2Sniam4_ifndef([XORG_MACROS_VERSION],
162007c8b2Snia	  [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
172007c8b2SniaXORG_MACROS_VERSION(1.8)
182007c8b2SniaXORG_DEFAULT_OPTIONS
192007c8b2Snia
202007c8b2SniaPKG_CHECK_MODULES(XCOMPMGR, xcomposite xfixes xdamage xrender xext)
212007c8b2Snia
222007c8b2SniaAC_CONFIG_FILES([
232007c8b2Snia	Makefile
242007c8b2Snia	man/Makefile])
252007c8b2SniaAC_OUTPUT
26