mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +01:00
configure.ac: exit 1 to encourage use of 1.3 branch
This commit is contained in:
parent
1f8abd6a4e
commit
77e885ac34
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue