summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..fd0700c
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,15 @@
+AC_PREREQ(2.59c)
+AC_INIT([xcb-util-keysyms],0.3.9,[xcb@lists.freedesktop.org])
+AC_CONFIG_SRCDIR([Makefile.am])
+AC_CONFIG_MACRO_DIR([m4])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AM_MAINTAINER_MODE
+
+XCB_UTIL_COMMON([1.4], [1.6])
+
+PKG_CHECK_MODULES(XPROTO, xproto >= 7.0.8)
+
+AC_OUTPUT([Makefile
+ keysyms/Makefile keysyms/xcb-keysyms.pc
+ xcb_util_intro
+ ])