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

This commit is contained in:
Daniel Stone 2007-02-15 19:22:08 +02:00 committed by Daniel Stone
parent 1f8abd6a4e
commit 77e885ac34

View file

@ -22,6 +22,10 @@ dnl PERFORMANCE OF THIS SOFTWARE.
dnl dnl
dnl Process this file with autoconf to create configure. 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) AC_PREREQ(2.57)
dnl This is the not the Xorg version number, it's the server version number. dnl This is the not the Xorg version number, it's the server version number.
dnl Yes, that's weird. dnl Yes, that's weird.