summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilippe Brochard <hocwp@free.fr>2010-12-04 22:15:37 +0100
committerPhilippe Brochard <hocwp@free.fr>2010-12-04 22:15:37 +0100
commitadee1fd07c78b3b2a170a4140f03527e4a9b7a4b (patch)
treea659876493facf46e30ccf41a52e512d1281f046 /configure.ac
parentf2ec7398c49588c6af946c5c758c593ab411edba (diff)
downloadxbindkeys-adee1fd07c78b3b2a170a4140f03527e4a9b7a4b.tar.gz
Add autogen.sh
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4d30c30..c275664 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(xbindkeys, 1.8.3, hocwp@free.fr)
+AC_INIT(xbindkeys, 1.8.4, hocwp@free.fr)
AC_PREREQ(2.54)
AC_COPYRIGHT(Copyright (C) Philippe Brochard <hocwp@free.fr>)
@@ -48,7 +48,7 @@ if test "$use_fork" = yes; then
FORK_FLAG="-DFORK_FLAG=1"
fi
-AC_SUBST([ FORK_FLAG ])
+AC_SUBST(FORK_FLAG)
dnl disable xbindkeys_show install
@@ -77,7 +77,7 @@ fi
AM_CONDITIONAL(GUILE, test x$use_guile = xyes)
-AC_SUBST([ GUILE_FLAG ])
+AC_SUBST(GUILE_FLAG)
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_PID_T