configure.ac revision 966bf024
1966bf024Smrgdnl 
2966bf024Smrgdnl  $Id: configure.ac,v 1.1.1.1 2008/07/30 02:44:23 mrg Exp $
3966bf024Smrgdnl 
4966bf024Smrgdnl  Copyright © 2003 Keith Packard, Noah Levitt
5966bf024Smrgdnl 
6966bf024Smrgdnl  Permission to use, copy, modify, distribute, and sell this software and its
7966bf024Smrgdnl  documentation for any purpose is hereby granted without fee, provided that
8966bf024Smrgdnl  the above copyright notice appear in all copies and that both that
9966bf024Smrgdnl  copyright notice and this permission notice appear in supporting
10966bf024Smrgdnl  documentation, and that the name of Keith Packard not be used in
11966bf024Smrgdnl  advertising or publicity pertaining to distribution of the software without
12966bf024Smrgdnl  specific, written prior permission.  Keith Packard makes no
13966bf024Smrgdnl  representations about the suitability of this software for any purpose.  It
14966bf024Smrgdnl  is provided "as is" without express or implied warranty.
15966bf024Smrgdnl 
16966bf024Smrgdnl  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
17966bf024Smrgdnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
18966bf024Smrgdnl  EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
19966bf024Smrgdnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
20966bf024Smrgdnl  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
21966bf024Smrgdnl  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
22966bf024Smrgdnl  PERFORMANCE OF THIS SOFTWARE.
23966bf024Smrgdnl
24966bf024Smrgdnl Process this file with autoconf to create configure.
25966bf024Smrg
26966bf024SmrgAC_PREREQ([2.57])
27966bf024Smrg
28966bf024SmrgAC_INIT(libXTrap, 1.0.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXTrap)
29966bf024SmrgAM_INIT_AUTOMAKE([dist-bzip2])
30966bf024SmrgAM_MAINTAINER_MODE
31966bf024Smrg
32966bf024SmrgAM_CONFIG_HEADER(config.h)
33966bf024Smrg
34966bf024Smrg# Check for progs
35966bf024SmrgAC_PROG_CC
36966bf024SmrgAC_PROG_LIBTOOL
37966bf024Smrg
38966bf024Smrg# Check for dependencies
39966bf024SmrgPKG_CHECK_MODULES(XTRAP, x11 xt trapproto xext xextproto)
40966bf024SmrgAC_SUBST(XTRAP_CFLAGS)
41966bf024SmrgAC_SUBST(XTRAP_LIBS)
42966bf024Smrg
43966bf024SmrgXORG_RELEASE_VERSION
44966bf024Smrg
45966bf024SmrgAC_OUTPUT([Makefile
46966bf024Smrg	   src/Makefile
47966bf024Smrg           xtrap.pc])
48966bf024Smrg
49