configure.ac revision 010cdda0
1010cdda0Smrg 2010cdda0Smrgdnl Copyright 2005 Red Hat, Inc. 3010cdda0Smrgdnl 4010cdda0Smrgdnl Permission to use, copy, modify, distribute, and sell this software and its 5010cdda0Smrgdnl documentation for any purpose is hereby granted without fee, provided that 6010cdda0Smrgdnl the above copyright notice appear in all copies and that both that 7010cdda0Smrgdnl copyright notice and this permission notice appear in supporting 8010cdda0Smrgdnl documentation, and that the name of Red Hat not be used in 9010cdda0Smrgdnl advertising or publicity pertaining to distribution of the software without 10010cdda0Smrgdnl specific, written prior permission. Red Hat makes no 11010cdda0Smrgdnl representations about the suitability of this software for any purpose. It 12010cdda0Smrgdnl is provided "as is" without express or implied warranty. 13010cdda0Smrgdnl 14010cdda0Smrgdnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 15010cdda0Smrgdnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 16010cdda0Smrgdnl EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 17010cdda0Smrgdnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 18010cdda0Smrgdnl DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 19010cdda0Smrgdnl TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 20010cdda0Smrgdnl PERFORMANCE OF THIS SOFTWARE. 21010cdda0Smrgdnl 22010cdda0Smrgdnl Process this file with autoconf to create configure. 23010cdda0Smrg 24010cdda0SmrgAC_PREREQ([2.57]) 25010cdda0SmrgAC_INIT(xkbutils,[1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xkbutils) 26010cdda0SmrgAM_INIT_AUTOMAKE([dist-bzip2]) 27010cdda0SmrgAM_MAINTAINER_MODE 28010cdda0Smrg 29010cdda0SmrgAM_CONFIG_HEADER(config.h) 30010cdda0Smrg 31010cdda0SmrgAC_PROG_CC 32010cdda0SmrgAC_PROG_INSTALL 33010cdda0Smrg 34010cdda0Smrg# xkbvleds checks 35010cdda0SmrgXAW_CHECK_XPRINT_SUPPORT(XKBVLEDS) 36010cdda0SmrgAC_SUBST(XKBVLEDS_CFLAGS) 37010cdda0SmrgAC_SUBST(XKBVLEDS_LIBS) 38010cdda0Smrg 39010cdda0Smrg# xkbbell checks 40010cdda0SmrgPKG_CHECK_MODULES(XKBBELL, xkbfile x11) 41010cdda0SmrgAC_SUBST(XKBBELL_CFLAGS) 42010cdda0SmrgAC_SUBST(XKBBELL_LIBS) 43010cdda0Smrg 44010cdda0Smrg# xkbwatch checks 45010cdda0SmrgXAW_CHECK_XPRINT_SUPPORT(XKBWATCH) 46010cdda0SmrgAC_SUBST(XKBWATCH_CFLAGS) 47010cdda0SmrgAC_SUBST(XKBWATCH_LIBS) 48010cdda0Smrg 49010cdda0SmrgXORG_RELEASE_VERSION 50010cdda0Smrg 51010cdda0SmrgAC_OUTPUT([Makefile]) 52