summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-22 12:34:52 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-22 12:34:52 +0930
commit053e78c37eac3b8fffd1722b8d9af9d45e51c447 (patch)
tree34edf0ea9fec711e34275b261cf0edc701460576
parente9195db7257e418f83707233baeeb84b225caf4f (diff)
downloadxorg-lib-libX11-xge.tar.gz
Stick an error into configure.ac to tell people to use master instead.xge
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 3719f02a..f0fcca28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,8 @@ AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE
+AC_MSG_ERROR([This branch has been merged into master. Please continue with the master branch])
+
AM_CONFIG_HEADER([src/config.h])
AC_CONFIG_HEADER([include/X11/XlibConf.h])