1382ff0afSmrg
2382ff0afSmrgdnl  Copyright 2005 Red Hat, Inc.
3382ff0afSmrgdnl 
4382ff0afSmrgdnl  Permission to use, copy, modify, distribute, and sell this software and its
5382ff0afSmrgdnl  documentation for any purpose is hereby granted without fee, provided that
6382ff0afSmrgdnl  the above copyright notice appear in all copies and that both that
7382ff0afSmrgdnl  copyright notice and this permission notice appear in supporting
8382ff0afSmrgdnl  documentation, and that the name of Red Hat not be used in
9382ff0afSmrgdnl  advertising or publicity pertaining to distribution of the software without
10382ff0afSmrgdnl  specific, written prior permission.  Red Hat makes no
11382ff0afSmrgdnl  representations about the suitability of this software for any purpose.  It
12382ff0afSmrgdnl  is provided "as is" without express or implied warranty.
13382ff0afSmrgdnl 
14382ff0afSmrgdnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15382ff0afSmrgdnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
16382ff0afSmrgdnl  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17382ff0afSmrgdnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18382ff0afSmrgdnl  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19382ff0afSmrgdnl  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20382ff0afSmrgdnl  PERFORMANCE OF THIS SOFTWARE.
21382ff0afSmrgdnl
22382ff0afSmrgdnl Process this file with autoconf to create configure.
23382ff0afSmrg
24382ff0afSmrgAC_PREREQ([2.57])
25382ff0afSmrg
26382ff0afSmrgAC_INIT(libxkbui, 1.0.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libxkbui)
27382ff0afSmrgAM_INIT_AUTOMAKE([dist-bzip2])
28382ff0afSmrgAM_MAINTAINER_MODE
29382ff0afSmrg
30382ff0afSmrgAM_CONFIG_HEADER(config.h)
31382ff0afSmrg
32382ff0afSmrg# Check for progs
33382ff0afSmrgAC_PROG_CC
34382ff0afSmrgAC_PROG_LIBTOOL
35382ff0afSmrg
36382ff0afSmrg# Check for dependencies
37382ff0afSmrgPKG_CHECK_MODULES(XKBUI, x11 xt xkbfile)
38382ff0afSmrgAC_SEARCH_LIBS(hypot, [m])
39382ff0afSmrg
40382ff0afSmrgAC_SUBST(XKBUI_CFLAGS)
41382ff0afSmrgAC_SUBST(XKBUI_LIBS)
42382ff0afSmrg		  
43382ff0afSmrgXORG_RELEASE_VERSION
44382ff0afSmrg
45382ff0afSmrgAC_OUTPUT([Makefile
46382ff0afSmrg	   src/Makefile
47382ff0afSmrg           xkbui.pc])
48