diff options
Diffstat (limited to 'klaptopdaemon/configure.in.bot')
-rw-r--r-- | klaptopdaemon/configure.in.bot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/klaptopdaemon/configure.in.bot b/klaptopdaemon/configure.in.bot new file mode 100644 index 0000000..51630ed --- /dev/null +++ b/klaptopdaemon/configure.in.bot @@ -0,0 +1,9 @@ +if test -z "$TPCTL"; then + echo "" + echo "You're missing tpctl. If you're using a ThinkPad, you may miss" + echo "some functionality of klaptopdaemon." + echo "You can get them from http://tpctl.sourceforge.net/tpctlhome.htm" + echo "" + all_tests=bad +fi + |