summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-22 12:38:05 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-22 12:38:50 +0930
commit25fbd0e1feb117e5151d41f410cba7f991bcaffb (patch)
treea66a8f7c1b0379f585c3854b8c2e846b368e63bc
parent44d3a4d4016c58f8ac46843d0b2dd4ddb26e2fc9 (diff)
downloadxorg-lib-libXext-xge.tar.gz
Stick an error into configure.ac to tell people to use master instead.xge
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index efb0e7d..eac281a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,7 @@ AC_INIT([libXext],
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])
+AC_MSG_ERROR([This branch has been merged into master. Please continue with the master branch])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER([config.h])