configure.ac revision 90b6713c
19fe995a9Smrg 29fe995a9Smrgdnl Copyright 2005 Red Hat, Inc. 39fe995a9Smrgdnl 49fe995a9Smrgdnl Permission to use, copy, modify, distribute, and sell this software and its 59fe995a9Smrgdnl documentation for any purpose is hereby granted without fee, provided that 69fe995a9Smrgdnl the above copyright notice appear in all copies and that both that 79fe995a9Smrgdnl copyright notice and this permission notice appear in supporting 89fe995a9Smrgdnl documentation, and that the name of Red Hat not be used in 99fe995a9Smrgdnl advertising or publicity pertaining to distribution of the software without 109fe995a9Smrgdnl specific, written prior permission. Red Hat makes no 119fe995a9Smrgdnl representations about the suitability of this software for any purpose. It 129fe995a9Smrgdnl is provided "as is" without express or implied warranty. 139fe995a9Smrgdnl 149fe995a9Smrgdnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 159fe995a9Smrgdnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 169fe995a9Smrgdnl EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 179fe995a9Smrgdnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 189fe995a9Smrgdnl DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 199fe995a9Smrgdnl TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 209fe995a9Smrgdnl PERFORMANCE OF THIS SOFTWARE. 219fe995a9Smrgdnl 229fe995a9Smrgdnl Process this file with autoconf to create configure. 239fe995a9Smrg 24b62cc08cSmrgAC_PREREQ([2.60]) 2590b6713cSmrgAC_INIT([iceauth], [1.0.5], 26b62cc08cSmrg [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [iceauth]) 27b62cc08cSmrgAM_INIT_AUTOMAKE([foreign dist-bzip2]) 289fe995a9SmrgAM_MAINTAINER_MODE 299fe995a9Smrg 3090b6713cSmrgAC_CONFIG_HEADERS([config.h]) 319fe995a9Smrg 32b62cc08cSmrg# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS 33b62cc08cSmrgm4_ifndef([XORG_MACROS_VERSION], 34b62cc08cSmrg [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])]) 35b62cc08cSmrgXORG_MACROS_VERSION(1.8) 369fe995a9Smrg 379fe995a9Smrg 389fe995a9SmrgAC_TYPE_SIGNAL 399fe995a9Smrg 40b62cc08cSmrgXORG_DEFAULT_OPTIONS 41b62cc08cSmrg 429fe995a9Smrg# Checks for pkg-config packages 439fe995a9SmrgPKG_CHECK_MODULES(ICEAUTH, xproto ice) 449fe995a9Smrg 459fe995a9SmrgXORG_WITH_LINT 469fe995a9Smrg 4790b6713cSmrgAC_CONFIG_FILES([ 4890b6713cSmrg Makefile 4990b6713cSmrg man/Makefile]) 5090b6713cSmrgAC_OUTPUT 51