aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2008-02-04 02:34:12 +0000
committerMiles Bader2008-02-04 02:34:12 +0000
commit20b326c4b147e676c1e0bdb92f3109939225988c (patch)
tree325ded137fd573fae0578d014b5d578ec50609e7
parentdd559368b0db67654f643320b1d84afdabe60e97 (diff)
downloademacs-old-branches/emacs-unicode-2.tar.gz
emacs-old-branches/emacs-unicode-2.zip
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"
1824 1824
1825 1825
1826 1826
1827cat 1>&2 <<EOF
1828******************************************************************
1829* *
1830* The Emacs "emacs-unicode-2" branch has been merged into *
1831* the CVS trunk, and is now obsolete. You should probably *
1832* use the CVS trunk instead. *
1833* *
1834* To switch a CVS checkout to the trunk, use the command: *
1835* *
1836* cvs update -A *
1837* *
1838******************************************************************
1839EOF
1840exit 1
1841
1827test "$program_prefix" != NONE && 1842test "$program_prefix" != NONE &&
1828 program_transform_name="s&^&$program_prefix&;$program_transform_name" 1843 program_transform_name="s&^&$program_prefix&;$program_transform_name"
1829# Use a double $ so make ignores it. 1844# 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)
28AC_CONFIG_HEADER(src/config.h:src/config.in) 28AC_CONFIG_HEADER(src/config.h:src/config.in)
29AC_CONFIG_SRCDIR(src/lisp.h) 29AC_CONFIG_SRCDIR(src/lisp.h)
30 30
31cat 1>&2 <<EOF
32******************************************************************
33* *
34* The Emacs "emacs-unicode-2" branch has been merged into *
35* the CVS trunk, and is now obsolete. You should probably *
36* use the CVS trunk instead. *
37* *
38* To switch a CVS checkout to the trunk, use the command: *
39* *
40* cvs update -A *
41* *
42******************************************************************
43EOF
44exit 1
45
31dnl Support for --program-prefix, --program-suffix and 46dnl Support for --program-prefix, --program-suffix and
32dnl --program-transform-name options 47dnl --program-transform-name options
33AC_ARG_PROGRAM 48AC_ARG_PROGRAM