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