summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-05-06 01:46:32 +0000
committerKevin E Martin <kem@kem.org>2005-05-06 01:46:32 +0000
commit474a31667a8addb29a0f115790df2910400c4081 (patch)
tree9f752507a3d9b151bf5c256f2c69b80bc27e6f55 /configure.ac
parentbe09530f849ec00001fc0575816030b7a5dde05c (diff)
Initial build system files for proto module.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..fe24dec
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,6 @@
+AC_PREREQ([2.57])
+AC_INIT([XExtensions], [7.0], [xorg@lists.freedesktop.org])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
+
+AC_OUTPUT([Makefile
+ xextensions.pc])