Remove xcl and CVSROOT.
[free-sw/xcb/proto] / configure.ac
1 #                                               -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.57)
5 AC_INIT([XCBProto],
6         0.9,
7         [xcb@lists.freedesktop.org])
8 AC_CONFIG_SRCDIR([xcb-proto.pc.in])
9 AM_INIT_AUTOMAKE([foreign dist-bzip2])
10
11 xcbincludedir='${includedir}/X11/XCB'
12 AC_SUBST(xcbincludedir)
13
14 AC_OUTPUT([Makefile src/Makefile xcb-proto.pc])