diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-22 12:59:42 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-22 13:02:06 +0930 |
commit | 5a9229e0e3f7b555fa34aad0e6d2e64b94eca87f (patch) | |
tree | e0faa7abb5a8c6f642e1e53d524cd6e9facbd88c | |
parent | 71fbfcfd8dbd22afb32ce20c001dc1d132f5dac9 (diff) |
Stick an error into configure.ac to tell people to use master instead.mpx
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 90ce967..834fd53 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,8 @@ AC_INIT(libXi, 1.1.3, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE +AC_MSG_ERROR([This branch has been merged into master. Please continue with master.]) + AM_CONFIG_HEADER(src/config.h) # Check for progs |