|
From: Magnus H. <leg...@us...> - 2009-05-13 20:05:08
|
Update of /cvsroot/emacs-jabber/emacs-jabber In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5993 Modified Files: configure.ac Log Message: Declare CVS repository dead. Index: configure.ac =================================================================== RCS file: /cvsroot/emacs-jabber/emacs-jabber/configure.ac,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- configure.ac 23 Oct 2008 01:23:49 -0000 1.9 +++ configure.ac 13 May 2009 20:04:49 -0000 1.10 @@ -2,6 +2,9 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 dist-lzma dist-zip 1.9]) AC_CONFIG_MACRO_DIR([m4]) +AC_MSG_ERROR([this CVS repository is out of date. +Please use the Git repository, as described at http://emacs-jabber.sf.net .]) + AM_PATH_LISPDIR AS_IF([test "$EMACS" = no], [AC_MSG_ERROR([cannot find Emacs])]) |