1972599cfSmrgdnl  Copyright 2005 Red Hat, Inc.
2972599cfSmrgdnl 
3972599cfSmrgdnl  Permission to use, copy, modify, distribute, and sell this software
4972599cfSmrgdnl  and its documentation for any purpose is hereby granted without fee,
5972599cfSmrgdnl  provided that the above copyright notice appear in all copies and
6972599cfSmrgdnl  that both that copyright notice and this permission notice appear in
7972599cfSmrgdnl  supporting documentation, and that the name of Red Hat not be used in
8972599cfSmrgdnl  advertising or publicity pertaining to distribution of the software
9972599cfSmrgdnl  without specific, written prior permission.  Red Hat makes no
10972599cfSmrgdnl  representations about the suitability of this software for any
11972599cfSmrgdnl  purpose.  It is provided "as is" without express or implied warranty.
12972599cfSmrgdnl 
13972599cfSmrgdnl  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
14972599cfSmrgdnl  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
15972599cfSmrgdnl  NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR
16972599cfSmrgdnl  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
17972599cfSmrgdnl  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
18972599cfSmrgdnl  OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
19972599cfSmrgdnl  USE OR PERFORMANCE OF THIS SOFTWARE.
20972599cfSmrgdnl
21972599cfSmrgdnl  Process this file with autoconf to create configure.
22972599cfSmrg
23972599cfSmrg# Initialize Autoconf
24972599cfSmrgAC_PREREQ([2.60])
25972599cfSmrgAC_INIT([xorg-docs],
269dd7914aSmrg        [1.7.3],
279dd7914aSmrg        [https://gitlab.freedesktop.org/xorg/doc/xorg-docs/-/issues],
28972599cfSmrg        [xorg-docs])
29972599cfSmrgAC_CONFIG_SRCDIR([Makefile.am])
30972599cfSmrg
31972599cfSmrg# Initialize Automake
329dd7914aSmrgAM_INIT_AUTOMAKE([foreign dist-xz])
33972599cfSmrg
349dd7914aSmrg# Require xorg-macros minimum of 1.20 for XORG_DEFAULT_NOCODE_OPTIONS
35972599cfSmrgm4_ifndef([XORG_MACROS_VERSION],
369dd7914aSmrg          [m4_fatal([must install xorg-macros 1.20 or later before running autoconf/autogen])])
379dd7914aSmrgXORG_MACROS_VERSION(1.20)
389dd7914aSmrgXORG_DEFAULT_NOCODE_OPTIONS
39972599cfSmrgXORG_ENABLE_DOCS
40972599cfSmrgXORG_ENABLE_SPECS
41972599cfSmrgXORG_WITH_XMLTO(0.0.22)
42972599cfSmrgXORG_WITH_XSLTPROC
43972599cfSmrgXORG_WITH_FOP
44972599cfSmrgXORG_CHECK_SGML_DOCTOOLS(1.8)
45972599cfSmrg
46972599cfSmrgAC_CONFIG_FILES([Makefile
47972599cfSmrg		 general/Makefile
48972599cfSmrg		 general/fonts/Makefile
49972599cfSmrg		 general/input/Makefile
50972599cfSmrg		 general/graphics/Makefile
51972599cfSmrg		 general/platforms/Makefile
52972599cfSmrg		 man/Makefile
53972599cfSmrg		 specs/Makefile
54972599cfSmrg		 specs/CTEXT/Makefile
55972599cfSmrg		 specs/ICCCM/Makefile
56972599cfSmrg		 specs/XLFD/Makefile
57972599cfSmrg		 specs/Xserver/Makefile])
58972599cfSmrgAC_OUTPUT
59