diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-22 12:38:05 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-22 12:38:50 +0930 |
commit | 25fbd0e1feb117e5151d41f410cba7f991bcaffb (patch) | |
tree | a66a8f7c1b0379f585c3854b8c2e846b368e63bc | |
parent | 44d3a4d4016c58f8ac46843d0b2dd4ddb26e2fc9 (diff) |
Stick an error into configure.ac to tell people to use master instead.xge
-rw-r--r-- | configure.ac | 1 |
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]) |