configure.ac revision 576bae58
114c0a534Smrgdnl  Copyright 2005 Red Hat, Inc.
214c0a534Smrgdnl 
314c0a534Smrgdnl  Permission to use, copy, modify, distribute, and sell this software and its
414c0a534Smrgdnl  documentation for any purpose is hereby granted without fee, provided that
514c0a534Smrgdnl  the above copyright notice appear in all copies and that both that
614c0a534Smrgdnl  copyright notice and this permission notice appear in supporting
714c0a534Smrgdnl  documentation, and that the name of Red Hat not be used in
814c0a534Smrgdnl  advertising or publicity pertaining to distribution of the software without
914c0a534Smrgdnl  specific, written prior permission.  Red Hat makes no
1014c0a534Smrgdnl  representations about the suitability of this software for any purpose.  It
1114c0a534Smrgdnl  is provided "as is" without express or implied warranty.
1214c0a534Smrgdnl 
1314c0a534Smrgdnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
1414c0a534Smrgdnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
1514c0a534Smrgdnl  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
1614c0a534Smrgdnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
1714c0a534Smrgdnl  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1814c0a534Smrgdnl  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1914c0a534Smrgdnl  PERFORMANCE OF THIS SOFTWARE.
2014c0a534Smrgdnl
2114c0a534Smrgdnl Process this file with autoconf to create configure.
2214c0a534Smrg
23576bae58SmrgAC_PREREQ([2.60])
24576bae58SmrgAC_INIT([smproxy], [1.0.4],
25576bae58Smrg        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [smproxy])
26576bae58SmrgAM_INIT_AUTOMAKE([foreign dist-bzip2])
2714c0a534SmrgAM_MAINTAINER_MODE
2814c0a534Smrg
29576bae58Smrg# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
30bf2eeab3Smrgm4_ifndef([XORG_MACROS_VERSION],
31576bae58Smrg	  [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])
32576bae58SmrgXORG_MACROS_VERSION(1.8)
33bf2eeab3Smrg
3414c0a534SmrgAM_CONFIG_HEADER(config.h)
3514c0a534Smrg
36bf2eeab3SmrgXORG_DEFAULT_OPTIONS
37bf2eeab3Smrg
38576bae58SmrgAC_CHECK_FUNCS([mkstemp])
3914c0a534Smrg
4014c0a534Smrg# Checks for pkg-config packages
41576bae58SmrgPKG_CHECK_MODULES(SMPROXY, sm xt xmuu)
4214c0a534Smrg
4314c0a534SmrgAC_OUTPUT([Makefile])
44