summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-11-12 01:55:03 +0000
committersabetts <sabetts>2004-11-12 01:55:03 +0000
commit309035ba7dfc194e45cd807d77b0837410719db8 (patch)
tree2944bd51f3a1e170171f769e8e70aeccdf7eb5a5 /configure.in
parentdd6464d797e904ccb4ad35057d5d0907a871728f (diff)
downloadratpoison-309035ba7dfc194e45cd807d77b0837410719db8.zip
* src/actions.c (cmd_ratclick): new function
(cmd_ratrelwarp): likewise (cmd_ratwarp): likewise (user_commands): new commands ratclick, ratrelwarp, ratwarp. * contrib/genrpbindings: add common lisp bindings
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 291f5d3..5bc3ffa 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
-dnl $Id: configure.in,v 1.46 2004/10/05 16:45:24 sabetts Exp $
+dnl $Id: configure.in,v 1.47 2004/11/12 01:55:04 sabetts Exp $
AC_INIT(src/main.c)
AM_INIT_AUTOMAKE(ratpoison, 1.3.1-CVS)
@@ -94,6 +94,7 @@ AC_CHECK_HEADERS([X11/extensions/Xinerama.h], [], [], [
])
AC_CHECK_LIB(Xext, XMissingExtension, [LIBS="-lXext $LIBS"],, $CFLAGS $LDFLAGS)
AC_CHECK_LIB(Xinerama, XineramaQueryScreens, [LIBS="-lXinerama $LIBS"],, $CFLAGS $LDFLAGS)
+AC_CHECK_LIB(Xtst, XTestFakeButtonEvent, [LIBS="-lXtst $LIBS"],, $CFLAGS $LDFLAGS)
dnl Check for electric fence library