1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
dnl
dnl Copyright © 2010 Keith Packard
dnl
dnl Permission to use, copy, modify, distribute, and sell this software and its
dnl documentation for any purpose is hereby granted without fee, provided that
dnl the above copyright notice appear in all copies and that both that
dnl copyright notice and this permission notice appear in supporting
dnl documentation, and that the name of Keith Packard not be used in
dnl advertising or publicity pertaining to distribution of the software without
dnl specific, written prior permission. Keith Packard makes no
dnl representations about the suitability of this software for any purpose. It
dnl is provided "as is" without express or implied warranty.
dnl
dnl KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
dnl INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
dnl EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
dnl CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
dnl DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
dnl TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
dnl PERFORMANCE OF THIS SOFTWARE.
dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.60])
AC_INIT([Proto], [0.0.99.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_MAINTAINER_MODE
# Require xorg-macros: XORG_DEFAULT_OPTIONS
m4_ifndef([XORG_MACROS_VERSION],
[m4_fatal([must install xorg-macros 1.3 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.3)
XORG_DEFAULT_OPTIONS
APPLEWMPROTO_VERSION=1.4.1
AC_SUBST(APPLEWMPROTO_VERSION)
BIGREQSPROTO_VERSION=1.1.0
AC_SUBST(BIGREQSPROTO_VERSION)
CALIBRATEPROTO_VERSION=0.1.0
AC_SUBST(CALIBRATEPROTO_VERSION)
COMPOSITEPROTO_VERSION=0.4.1
AC_SUBST(COMPOSITEPROTO_VERSION)
DAMAGEPROTO_VERSION=1.2.0
AC_SUBST(DAMAGEPROTO_VERSION)
DMXPROTO_VERSION=2.3
AC_SUBST(DMXPROTO_VERSION)
DRI2PROTO_VERSION=2.3
AC_SUBST(DRI2PROTO_VERSION)
EVIEPROTO_VERSION=1.1.0
AC_SUBST(EVIEPROTO_VERSION)
FIXESPROTO_VERSION=4.1.1
AC_SUBST(FIXESPROTO_VERSION)
FONTCACHEPROTO_VERSION=0.1.3
AC_SUBST(FONTCACHEPROTO_VERSION)
FONTSPROTO_VERSION=2.1.0
AC_SUBST(FONTSPROTO_VERSION)
GLPROTO_VERSION=1.4.11
AC_SUBST(GLPROTO_VERSION)
INPUTPROTO_VERSION=2.0
AC_SUBST(INPUTPROTO_VERSION)
KBPROTO_VERSION=1.0.4
AC_SUBST(KBPROTO_VERSION)
LG3DPROTO_VERSION=5.0
AC_SUBST(LG3DPROTO_VERSION)
PMPROTO_VERSION=1.0.3
AC_SUBST(PMPROTO_VERSION)
PRINTPROTO_VERSION=1.0.4
AC_SUBST(PRINTPROTO_VERSION)
RANDRPROTO_VERSION=1.3.1
AC_SUBST(RANDRPROTO_VERSION)
RECORDPROTO_VERSION=1.14
AC_SUBST(RECORDPROTO_VERSION)
RENDERPROTO_VERSION=0.11
AC_SUBST(RENDERPROTO_VERSION)
RESOURCEPROTO_VERSION=1.1.0
AC_SUBST(RESOURCEPROTO_VERSION)
SCRNSAVERPROTO_VERSION=1.2.0
AC_SUBST(SCRNSAVERPROTO_VERSION)
TRAPPROTO_VERSION=3.4.3
AC_SUBST(TRAPPROTO_VERSION)
VIDEOPROTO_VERSION=2.3.0
AC_SUBST(VIDEOPROTO_VERSION)
WINDOWSWMPROTO_VERSION=1.0.4
AC_SUBST(WINDOWSWMPROTO_VERSION)
X11PROTO_VERSION=7.0.16
AC_SUBST(X11PROTO_VERSION)
XCMISCPROTO_VERSION=1.2.0
AC_SUBST(XCMISCPROTO_VERSION)
XEXTPROTO_VERSION=7.1.1
AC_SUBST(XEXTPROTO_VERSION)
XF86BIGFONTPROTO_VERSION=1.2.0
AC_SUBST(XF86BIGFONTPROTO_VERSION)
XF86DGAPROTO_VERSION=2.1
AC_SUBST(XF86DGAPROTO_VERSION)
XF86DRIPROTO_VERSION=2.1.0
AC_SUBST(XF86DRIPROTO_VERSION)
XF86MISCPROTO_VERSION=0.9.3
AC_SUBST(XF86MISCPROTO_VERSION)
XF86RUSHPROTO_VERSION=1.1.2
AC_SUBST(XF86RUSHPROTO_VERSION)
XF86VIDMODEPROTO_VERSION=2.3
AC_SUBST(XF86VIDMODEPROTO_VERSION)
XINERAMAPROTO_VERSION=1.2
AC_SUBST(XINERAMAPROTO_VERSION)
AC_OUTPUT([Makefile
applewmproto/Makefile
applewmproto/applewmproto.pc
bigreqsproto/Makefile
bigreqsproto/bigreqsproto.pc
calibrateproto/Makefile
calibrateproto/xcalibrateproto.pc
compositeproto/Makefile
compositeproto/compositeproto.pc
damageproto/Makefile
damageproto/damageproto.pc
dmxproto/Makefile
dmxproto/dmxproto.pc
dri2proto/Makefile
dri2proto/dri2proto.pc
evieproto/Makefile
evieproto/evieproto.pc
fixesproto/Makefile
fixesproto/fixesproto.pc
fontcacheproto/Makefile
fontcacheproto/fontcacheproto.pc
fontsproto/Makefile
fontsproto/fontsproto.pc
glproto/Makefile
glproto/glproto.pc
inputproto/Makefile
inputproto/inputproto.pc
kbproto/Makefile
kbproto/kbproto.pc
lg3dproto/Makefile
lg3dproto/lg3dproto.pc
pmproto/Makefile
pmproto/xproxymngproto.pc
printproto/Makefile
printproto/printproto.pc
randrproto/Makefile
randrproto/randrproto.pc
recordproto/Makefile
recordproto/recordproto.pc
renderproto/Makefile
renderproto/renderproto.pc
resourceproto/Makefile
resourceproto/resourceproto.pc
scrnsaverproto/Makefile
scrnsaverproto/scrnsaverproto.pc
trapproto/Makefile
trapproto/trapproto.pc
videoproto/Makefile
videoproto/videoproto.pc
windowswmproto/Makefile
windowswmproto/windowswmproto.pc
x11proto/Makefile
x11proto/xproto.pc
xcmiscproto/Makefile
xcmiscproto/xcmiscproto.pc
xextproto/Makefile
xextproto/xextproto.pc
xf86bigfontproto/Makefile
xf86bigfontproto/xf86bigfontproto.pc
xf86dgaproto/Makefile
xf86dgaproto/xf86dgaproto.pc
xf86driproto/Makefile
xf86driproto/xf86driproto.pc
xf86miscproto/Makefile
xf86miscproto/xf86miscproto.pc
xf86rushproto/Makefile
xf86rushproto/xf86rushproto.pc
xf86vidmodeproto/Makefile
xf86vidmodeproto/xf86vidmodeproto.pc
xineramaproto/Makefile
xineramaproto/xineramaproto.pc])
|