]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a big "this branch is obsolete" error message to configure old-branches/emacs-unicode-2
authorMiles Bader <miles@gnu.org>
Mon, 4 Feb 2008 02:34:12 +0000 (02:34 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 4 Feb 2008 02:34:12 +0000 (02:34 +0000)
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-331

configure
configure.in

index 5811e9c331292b978b64b74d811a71f3b765dfbc..a4b603848b444370700a28014783a1671f2c87b8 100755 (executable)
--- a/configure
+++ b/configure
@@ -1824,6 +1824,21 @@ ac_config_headers="$ac_config_headers src/config.h:src/config.in"
 
 
 
+cat 1>&2 <<EOF
+******************************************************************
+*                                                                *
+*   The Emacs "emacs-unicode-2" branch has been merged into      *
+*   the CVS trunk, and is now obsolete.  You should probably     *
+*   use the CVS trunk instead.                                   *
+*                                                                *
+*   To switch a CVS checkout to the trunk, use the command:      *
+*                                                                *
+*      cvs update -A                                             *
+*                                                                *
+******************************************************************
+EOF
+exit 1
+
 test "$program_prefix" != NONE &&
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
 # Use a double $ so make ignores it.
index 37b1990063868de55496f00cfec1a6b6bcdac932..e339ebd61d38683773f9afa4e8cd773c7c7b7b2a 100644 (file)
@@ -28,6 +28,21 @@ AC_INIT(emacs, 23.0.50)
 AC_CONFIG_HEADER(src/config.h:src/config.in)
 AC_CONFIG_SRCDIR(src/lisp.h)
 
+cat 1>&2 <<EOF
+******************************************************************
+*                                                                *
+*   The Emacs "emacs-unicode-2" branch has been merged into      *
+*   the CVS trunk, and is now obsolete.  You should probably     *
+*   use the CVS trunk instead.                                   *
+*                                                                *
+*   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