Package: xbindkeys
Version: 1.8.2-1
Severity: normal
Tags: patch

the file configure.ac contains additional whitespaces inside the bracets at
lines 51 and 80, which confuses newer versions of autoconf, leading to
"is not a valid shell variable name"-errors. this patch fixes it, run
autoreconf after applying it to get an updated environment.

patch for configure.ac is attached.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF8, LC_CTYPE=de_DE.UTF8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xbindkeys depends on:
ii  guile-1.6-libs                1.6.8-6.3  Main Guile libraries
ii  libc6                         2.9-12     GNU C Library: Shared libraries
ii  libguile-ltdl-1               1.6.8-6.3  Guile's patched version of libtool
ii  libx11-6                      2:1.2.1-1  X11 client-side library
ii  libxevie1                     1:1.0.2-3  X11 EvIE extension library

xbindkeys recommends no packages.

Versions of packages xbindkeys suggests:
ii  tk8.4 [wish]                  8.4.19-3   Tk toolkit for Tcl and X11, v8.4 -
ii  tk8.5 [wish]                  8.5.7-1    Tk toolkit for Tcl and X11, v8.5 -
ii  xbindkeys-config              0.1.3-2    an easy to use gtk program for con

-- no debconf information
diff -NPrU 3 xbindkeys-1.8.2/configure.ac xbindkeys-1.8.2-new/configure.ac
--- xbindkeys-1.8.2/configure.ac        2007-04-16 22:29:29.000000000 +0200
+++ xbindkeys-1.8.2-new/configure.ac    2009-07-21 10:00:55.789547265 +0200
@@ -48,7 +48,7 @@
    FORK_FLAG="-DFORK_FLAG=1"
 fi

-AC_SUBST([ FORK_FLAG ])
+AC_SUBST([FORK_FLAG])


 dnl disable xbindkeys_show install
@@ -77,7 +77,7 @@

 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

Reply via email to