diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:03:00 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:03:00 +0000 |
commit | 51965afeffb576b545a4c74d6f7b53061873cd93 (patch) | |
tree | 7fea86c393262fb17be15d3036886452cbe9e57c /proto/scrnsaverproto/configure.ac | |
parent | d84a129505622d22d25a35266db9c3673fb9805f (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'proto/scrnsaverproto/configure.ac')
-rw-r--r-- | proto/scrnsaverproto/configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/proto/scrnsaverproto/configure.ac b/proto/scrnsaverproto/configure.ac new file mode 100644 index 000000000..10d7e1bc1 --- /dev/null +++ b/proto/scrnsaverproto/configure.ac @@ -0,0 +1,8 @@ +AC_PREREQ([2.57]) +AC_INIT([ScrnSaverProto], [1.1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) + +XORG_RELEASE_VERSION + +AC_OUTPUT([Makefile + scrnsaverproto.pc]) |