2 dnl Copyright 2005 Red Hat, Inc.
4 dnl Permission to use, copy, modify, distribute, and sell this software and its
5 dnl documentation for any purpose is hereby granted without fee, provided that
6 dnl the above copyright notice appear in all copies and that both that
7 dnl copyright notice and this permission notice appear in supporting
8 dnl documentation, and that the name of Red Hat not be used in
9 dnl advertising or publicity pertaining to distribution of the software without
10 dnl specific, written prior permission. Red Hat makes no
11 dnl representations about the suitability of this software for any purpose. It
12 dnl is provided "as is" without express or implied warranty.
14 dnl RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15 dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
16 dnl EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17 dnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
18 dnl DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
19 dnl TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20 dnl PERFORMANCE OF THIS SOFTWARE.
22 dnl Process this file with autoconf to create configure.
26 AC_INIT(pixman, 0.9.0, "sandmann@daimi.au.dk", pixman)
27 AM_INIT_AUTOMAKE([dist-bzip2])
30 AM_CONFIG_HEADER(config.h)
36 # Check for dependencies
37 #PKG_CHECK_MODULES(DEP, x11)
40 if test "x$GCC" = "xyes"; then
42 *[\ \ ]-Wall[\ \ ]*) ;;
43 *) CFLAGS="$CFLAGS -Wall" ;;
44 esac fi changequote([,])dnl