configure.ac revision 7da8b7e3
17da8b7e3Smrg 27da8b7e3Smrgdnl Copyright 2005 Red Hat, Inc. 37da8b7e3Smrgdnl 47da8b7e3Smrgdnl Permission to use, copy, modify, distribute, and sell this software and its 57da8b7e3Smrgdnl documentation for any purpose is hereby granted without fee, provided that 67da8b7e3Smrgdnl the above copyright notice appear in all copies and that both that 77da8b7e3Smrgdnl copyright notice and this permission notice appear in supporting 87da8b7e3Smrgdnl documentation, and that the name of Red Hat not be used in 97da8b7e3Smrgdnl advertising or publicity pertaining to distribution of the software without 107da8b7e3Smrgdnl specific, written prior permission. Red Hat makes no 117da8b7e3Smrgdnl representations about the suitability of this software for any purpose. It 127da8b7e3Smrgdnl is provided "as is" without express or implied warranty. 137da8b7e3Smrgdnl 147da8b7e3Smrgdnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 157da8b7e3Smrgdnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 167da8b7e3Smrgdnl EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 177da8b7e3Smrgdnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 187da8b7e3Smrgdnl DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 197da8b7e3Smrgdnl TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 207da8b7e3Smrgdnl PERFORMANCE OF THIS SOFTWARE. 217da8b7e3Smrgdnl 227da8b7e3Smrgdnl Process this file with autoconf to create configure. 237da8b7e3Smrg 247da8b7e3SmrgAC_PREREQ([2.57]) 257da8b7e3SmrgAC_INIT(xrefresh,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xrefresh) 267da8b7e3SmrgAM_INIT_AUTOMAKE([dist-bzip2]) 277da8b7e3SmrgAM_MAINTAINER_MODE 287da8b7e3Smrg 297da8b7e3SmrgAM_CONFIG_HEADER(config.h) 307da8b7e3Smrg 317da8b7e3SmrgAC_PROG_CC 327da8b7e3SmrgAC_PROG_INSTALL 337da8b7e3Smrg 347da8b7e3Smrg# Checks for pkg-config packages 357da8b7e3SmrgPKG_CHECK_MODULES(XREFRESH, x11) 367da8b7e3SmrgAC_SUBST(XREFRESH_CFLAGS) 377da8b7e3SmrgAC_SUBST(XREFRESH_LIBS) 387da8b7e3Smrg 397da8b7e3SmrgXORG_MANPAGE_SECTIONS 407da8b7e3SmrgXORG_RELEASE_VERSION 417da8b7e3Smrg 427da8b7e3SmrgAC_OUTPUT([Makefile]) 43