1ffab5952Smrgdnl  Copyright 2005 Red Hat, Inc.
2ffab5952Smrgdnl
3ffab5952Smrgdnl  Permission to use, copy, modify, distribute, and sell this software
4ffab5952Smrgdnl  and its documentation for any purpose is hereby granted without
5ffab5952Smrgdnl  fee, provided that the above copyright notice appear in all copies
6ffab5952Smrgdnl  and that both that copyright notice and this permission notice
7ffab5952Smrgdnl  appear in supporting documentation, and that the name of Red Hat
8ffab5952Smrgdnl  not be used in advertising or publicity pertaining to distribution
9ffab5952Smrgdnl  of the software without specific, written prior permission.  Red
10ffab5952Smrgdnl  Hat makes no representations about the suitability of this software
11ffab5952Smrgdnl  for any purpose.  It is provided "as is" without express or implied
12ffab5952Smrgdnl  warranty.
13ffab5952Smrgdnl
14ffab5952Smrgdnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
15ffab5952Smrgdnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
16ffab5952Smrgdnl  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
17ffab5952Smrgdnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
18ffab5952Smrgdnl  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
19ffab5952Smrgdnl  NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
20ffab5952Smrgdnl  CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
21ffab5952Smrgdnl
22ffab5952Smrgdnl Process this file with autoconf to create configure.
23ffab5952Smrg
24c1197e68SmrgAC_PREREQ([2.62])
25ffab5952SmrgAC_INIT([util-macros],
26ea972ba2Smrg        [1.20.2],
27ea972ba2Smrg        [https://gitlab.freedesktop.org/xorg/util/macros/-/issues],
28ffab5952Smrg        [util-macros])
29ffab5952SmrgAC_CONFIG_SRCDIR([Makefile.am])
306781a5f7SmrgAM_INIT_AUTOMAKE([foreign dist-xz])
31ffab5952Smrg
32ffab5952Smrg# Checks for programs.
33ffab5952SmrgAC_PROG_INSTALL
34ffab5952Smrg
35ffab5952Smrg# This is the package that installs xorgversion.m4 as part of xorg-macros.m4.
36ffab5952Smrg# In order to use xorgversion.m4 here, we include it explicitly.
37ffab5952Smrgm4_include([xorgversion.m4])
38ffab5952Smrg
39ffab5952SmrgXORG_RELEASE_VERSION
40ffab5952SmrgXORG_CHANGELOG
41ffab5952Smrg
42ffab5952SmrgAC_CONFIG_FILES([xorg-macros.pc
43ffab5952Smrg                 Makefile xorg-macros.m4:xorg-macros.m4.in:xorgversion.m4])
44ffab5952SmrgAC_OUTPUT
45