]> git.eshelyaron.com Git - emacs.git/commitdiff
Add "this branch is obsolete" error message
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 10 Mar 2008 07:49:25 +0000 (07:49 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 10 Mar 2008 07:49:25 +0000 (07:49 +0000)
configure.in

index 2df87d899eb15d717a6bcd39cedd54e6e2aaecbb..664aff315b146f30084c0f71fab2f2efca4ed512 100644 (file)
@@ -27,6 +27,19 @@ AC_PREREQ(2.61)dnl
 AC_INIT(src/lisp.h)
 AC_CONFIG_HEADER(src/config.h:src/config.in)
 
+cat 1>&2 <<EOF
+******************************************************************
+*                                                                *
+*  This branch is obsolete, please use the CVS trunk instead.    *
+*  All Xft features are present in the CVS trunk.                *
+*                                                                *
+*  To switch a CVS checkout to the trunk, use the command:       *
+*                                                                *
+*    cvs update -A                                               *
+*                                                                *
+******************************************************************
+EOF
+exit 1
 dnl Support for --program-prefix, --program-suffix and
 dnl --program-transform-name options
 AC_ARG_PROGRAM