summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-22 09:25:10 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-22 09:25:10 +0930
commit3d54804351e0af569c3813ef2f19088d0d25d187 (patch)
tree349caf8d4a339564f5c8056d7f191110f0e67ab5
parent9d404381536b533a0c0f1f501b894360449bc98b (diff)
downloadxorg-proto-x11proto-xge.tar.gz
Stick an error in configure.ac to tell users to use master instead.xge
-rwxr-xr-xconfigure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b7007d6..186a95e 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,8 @@ AC_PREREQ([2.57])
AC_INIT([Xproto], [7.0.12], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
+AC_MSG_ERROR([This branch has been merged. Please use the master branch instead.])
+
AC_CONFIG_HEADER([do-not-use-config.h])
AC_CONFIG_HEADER([Xfuncproto.h])