| -rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 22ab9bb..5aeab51 100644 --- a/configure.ac +++ b/configure.ac @@ -27,4 +27,10 @@ if test "x$XMLTO" = "x" || test "x$ASCIIDOC" = "x"; then AC_MSG_WARN([xmlto or asciidoc not found - cannot create man pages without it]) fi +AC_MSG_ERROR([ + *************************************************************************** + This repository may be stale. Instead use the repository at + git://anongit.freedesktop.org/git/evtest + ***************************************************************************]) + AC_OUTPUT([Makefile]) |
