diff options
author | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:32 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:32 +0000 |
commit | 474a31667a8addb29a0f115790df2910400c4081 (patch) | |
tree | 9f752507a3d9b151bf5c256f2c69b80bc27e6f55 /configure.ac | |
parent | be09530f849ec00001fc0575816030b7a5dde05c (diff) |
Initial build system files for proto module.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
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]) |