diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 15:45:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 15:45:49 +0000 |
commit | 07e4a7ee4cf2466dbb3eb8d5034733e409f91a8f (patch) | |
tree | bbf452c16f064d3f51db63f64f2cdf236590a812 /proto/damageproto/configure.ac | |
parent | 94c32b61efd0dfcda7a15419b93b70e07b304ce4 (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'proto/damageproto/configure.ac')
-rw-r--r-- | proto/damageproto/configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/proto/damageproto/configure.ac b/proto/damageproto/configure.ac new file mode 100644 index 000000000..b7cc423dc --- /dev/null +++ b/proto/damageproto/configure.ac @@ -0,0 +1,8 @@ +AC_PREREQ([2.57]) +AC_INIT([DamageProto], [1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) + +XORG_RELEASE_VERSION + +AC_OUTPUT([Makefile + damageproto.pc]) |