Upload Tizen:Main source
[framework/uifw/xorg/util/xorg-x11-util-macros.git] / configure.ac
1 dnl  Copyright 2005 Red Hat, Inc.
2 dnl
3 dnl  Permission to use, copy, modify, distribute, and sell this software
4 dnl  and its documentation for any purpose is hereby granted without
5 dnl  fee, provided that the above copyright notice appear in all copies
6 dnl  and that both that copyright notice and this permission notice
7 dnl  appear in supporting documentation, and that the name of Red Hat
8 dnl  not be used in advertising or publicity pertaining to distribution
9 dnl  of the software without specific, written prior permission.  Red
10 dnl  Hat makes no representations about the suitability of this software
11 dnl  for any purpose.  It is provided "as is" without express or implied
12 dnl  warranty.
13 dnl
14 dnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15 dnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
16 dnl  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17 dnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
18 dnl  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
19 dnl  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20 dnl  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21 dnl
22 dnl Process this file with autoconf to create configure.
23
24 AC_PREREQ([2.60])
25 AC_INIT([util-macros],
26         [1.11.0],
27         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
28         [util-macros])
29 AC_CONFIG_SRCDIR([Makefile.am])
30 AM_INIT_AUTOMAKE([foreign dist-bzip2])
31 AM_MAINTAINER_MODE
32
33 # Checks for programs.
34 AC_PROG_INSTALL
35
36 # This is the package that installs xorgversion.m4 as part of xorg-macros.m4.
37 # In order to use xorgversion.m4 here, we include it explicitly.
38 m4_include([xorgversion.m4])
39
40 XORG_RELEASE_VERSION
41 XORG_CHANGELOG
42
43 AC_CONFIG_FILES([xorg-macros.pc
44                  Makefile xorg-macros.m4:xorg-macros.m4.in:xorgversion.m4])
45 AC_OUTPUT