summaryrefslogtreecommitdiff
authorPeter Hutterer <peter.hutterer@who-t.net>2012-03-04 23:30:23 (GMT)
committer Peter Hutterer <peter.hutterer@who-t.net>2012-03-04 23:30:23 (GMT)
commit7439fb1dc72012cf3b26146ac2ca5cde9b090c7e (patch) (side-by-side diff)
tree49e90a39b663c02788bcdcf9f7e6382c589ae67d
parentca8b12d6517568a8a7f2d5244a786e82216f8b43 (diff)
downloadevtest-master.zip
evtest-master.tar.gz
evtest isn't hosted here anymoreHEADmaster
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--configure.ac6
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])