diff options
| author | Miles Bader | 2008-02-04 02:34:12 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-02-04 02:34:12 +0000 |
| commit | 20b326c4b147e676c1e0bdb92f3109939225988c (patch) | |
| tree | 325ded137fd573fae0578d014b5d578ec50609e7 | |
| parent | dd559368b0db67654f643320b1d84afdabe60e97 (diff) | |
| download | emacs-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-x | configure | 15 | ||||
| -rw-r--r-- | configure.in | 15 |
2 files changed, 30 insertions, 0 deletions
| @@ -1824,6 +1824,21 @@ ac_config_headers="$ac_config_headers src/config.h:src/config.in" | |||
| 1824 | 1824 | ||
| 1825 | 1825 | ||
| 1826 | 1826 | ||
| 1827 | cat 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 | ****************************************************************** | ||
| 1839 | EOF | ||
| 1840 | exit 1 | ||
| 1841 | |||
| 1827 | test "$program_prefix" != NONE && | 1842 | test "$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) | |||
| 28 | AC_CONFIG_HEADER(src/config.h:src/config.in) | 28 | AC_CONFIG_HEADER(src/config.h:src/config.in) |
| 29 | AC_CONFIG_SRCDIR(src/lisp.h) | 29 | AC_CONFIG_SRCDIR(src/lisp.h) |
| 30 | 30 | ||
| 31 | cat 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 | ****************************************************************** | ||
| 43 | EOF | ||
| 44 | exit 1 | ||
| 45 | |||
| 31 | dnl Support for --program-prefix, --program-suffix and | 46 | dnl Support for --program-prefix, --program-suffix and |
| 32 | dnl --program-transform-name options | 47 | dnl --program-transform-name options |
| 33 | AC_ARG_PROGRAM | 48 | AC_ARG_PROGRAM |