diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 15 |
1 files changed, 15 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. |