Stick an error into configure.ac to tell people to use master instead.

This commit is contained in:
Peter Hutterer 2008-05-22 12:34:52 +09:30
parent e9195db725
commit 053e78c37e

View file

@ -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])