| author | Peter 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) |
| commit | 7439fb1dc72012cf3b26146ac2ca5cde9b090c7e (patch) (side-by-side diff) | |
| tree | 49e90a39b663c02788bcdcf9f7e6382c589ae67d | |
| parent | ca8b12d6517568a8a7f2d5244a786e82216f8b43 (diff) | |
| download | evtest-master.zip evtest-master.tar.gz | |
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
| -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]) |
