diff options
author | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:31 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-05-06 01:46:31 +0000 |
commit | b385d6eefab1555f48255edbdc2c8c8fe101cf80 (patch) | |
tree | 8f0ba2714284fa2821b14a7a720b28be5a384084 /configure.ac | |
parent | 05a69617948c14bc149d0d1c2a78894a9ba1970d (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..f52fcbe --- /dev/null +++ b/configure.ac @@ -0,0 +1,6 @@ +AC_PREREQ([2.57]) +AC_INIT([RandrExt], [7.0], [xorg@lists.freedesktop.org]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) + +AC_OUTPUT([Makefile + randrext.pc]) |