summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2007-02-15 19:22:08 +0200
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2007-02-15 19:22:08 +0200
commit77e885ac341c9a29dd52f012f8078a1dd7d0b43d (patch)
tree6cc88e6b35ce9f00d9fc5b6873701ac90342d282
parent1f8abd6a4e6d899234436736a1ddc68740cf2d25 (diff)
configure.ac: exit 1 to encourage use of 1.3 branchserver-1.2-branch
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 073edf75b..42336a518 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.