xserver: Branch 'server-1.2-branch'

Daniel Stone daniels at kemper.freedesktop.org
Thu Feb 15 19:22:14 EET 2007


 configure.ac |    4 ++++
 1 files changed, 4 insertions(+)

New commits:
diff-tree 77e885ac341c9a29dd52f012f8078a1dd7d0b43d (from 1f8abd6a4e6d899234436736a1ddc68740cf2d25)
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Thu Feb 15 19:22:08 2007 +0200

    configure.ac: exit 1 to encourage use of 1.3 branch

diff --git a/configure.ac b/configure.ac
index 073edf7..42336a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,10 @@ dnl PERFORMANCE OF THIS SOFTWARE.
 dnl
 dnl Process this file with autoconf to create configure.
 
+echo "This branch is no longer under development."
+echo "Please use server-1.3-branch instead."
+exit 1
+
 AC_PREREQ(2.57)
 dnl This is the not the Xorg version number, it's the server version number.
 dnl Yes, that's weird.



More information about the xorg-commit mailing list