summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2008-02-04 02:34:12 +0000
committerMiles Bader <miles@gnu.org>2008-02-04 02:34:12 +0000
commit20b326c4b147e676c1e0bdb92f3109939225988c (patch)
tree325ded137fd573fae0578d014b5d578ec50609e7
parentdd559368b0db67654f643320b1d84afdabe60e97 (diff)
downloademacs-old-branches/emacs-unicode-2.tar.gz
Add a big "this branch is obsolete" error message to configureold-branches/emacs-unicode-2
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-331
-rwxr-xr-xconfigure15
-rw-r--r--configure.in15
2 files changed, 30 insertions, 0 deletions
diff --git a/configure b/configure
index 5811e9c3312..a4b603848b4 100755
--- 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.
diff --git a/configure.in b/configure.in
index 37b19900638..e339ebd61d3 100644
--- a/configure.in
+++ b/configure.in
@@ -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