summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Brochard <hocwp@free.fr>2011-03-13 21:25:08 +0100
committerPhilippe Brochard <hocwp@free.fr>2011-03-13 21:25:08 +0100
commite0429db04c7a0867d0befdfd2ce5bc4e6804f5f7 (patch)
tree95df8d091b27796bd2e05e701d7813e5b1703e0f
parente2f2d34726d3c08710f954a6de02bdcfae054095 (diff)
downloadxbindkeys-e0429db04c7a0867d0befdfd2ce5bc4e6804f5f7.tar.gz
Version update
-rw-r--r--aclocal.m47
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
3 files changed, 16 insertions, 11 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 4f1c5e5..b25a0bb 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -20,6 +20,8 @@ If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
+# serial 10
+
@@ -93,7 +95,10 @@ AC_DEFUN([GUILE_FLAGS],
AC_DEFUN([GUILE_SITE_DIR],
[AC_REQUIRE([GUILE_PROGS])dnl
AC_MSG_CHECKING(for Guile site directory)
- GUILE_SITE=`[$GUILE_CONFIG] info pkgdatadir`/site
+ GUILE_SITE=`[$GUILE_CONFIG] info sitedir`
+ if test "$GUILE_SITE" = ""; then
+ GUILE_SITE=`[$GUILE_CONFIG] info pkgdatadir`/site
+ fi
AC_MSG_RESULT($GUILE_SITE)
AC_SUBST(GUILE_SITE)
])
diff --git a/configure b/configure
index 5e770d4..905dad4 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for xbindkeys 1.8.4.
+# Generated by GNU Autoconf 2.68 for xbindkeys 1.8.5.
#
# Report bugs to <hocwp@free.fr>.
#
@@ -562,8 +562,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xbindkeys'
PACKAGE_TARNAME='xbindkeys'
-PACKAGE_VERSION='1.8.4'
-PACKAGE_STRING='xbindkeys 1.8.4'
+PACKAGE_VERSION='1.8.5'
+PACKAGE_STRING='xbindkeys 1.8.5'
PACKAGE_BUGREPORT='hocwp@free.fr'
PACKAGE_URL=''
@@ -1269,7 +1269,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures xbindkeys 1.8.4 to adapt to many kinds of systems.
+\`configure' configures xbindkeys 1.8.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1339,7 +1339,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of xbindkeys 1.8.4:";;
+ short | recursive ) echo "Configuration of xbindkeys 1.8.5:";;
esac
cat <<\_ACEOF
@@ -1437,7 +1437,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-xbindkeys configure 1.8.4
+xbindkeys configure 1.8.5
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1862,7 +1862,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by xbindkeys $as_me 1.8.4, which was
+It was created by xbindkeys $as_me 1.8.5, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@@ -6078,7 +6078,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by xbindkeys $as_me 1.8.4, which was
+This file was extended by xbindkeys $as_me 1.8.5, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -6144,7 +6144,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-xbindkeys config.status 1.8.4
+xbindkeys config.status 1.8.5
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index c275664..1e5bc62 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.4, hocwp@free.fr)
+AC_INIT(xbindkeys, 1.8.5, hocwp@free.fr)
AC_PREREQ(2.54)
AC_COPYRIGHT(Copyright (C) Philippe Brochard <hocwp@free.fr>)