Package: libstroke0-dev
Version: 0.5.1-4
Severity: normal
Tags: patch

Howdy,

Three macros in the .m4 files are underquoted, and modern "aclocal" is
complaining about it:

/usr/share/aclocal/libstroke.m4:29: warning: underquoted definition of 
smr_ARG_WITHLIB
/usr/share/aclocal/libstroke.m4:77: warning: underquoted definition of 
smr_ARG_WITHINCLUDES
/usr/share/aclocal/libstroke.m4:119: warning: underquoted definition of 
smr_CHECK_LIB
/usr/share/aclocal/libgstroke.m4:29: warning: underquoted definition of 
smr_ARG_WITHLIB
/usr/share/aclocal/libgstroke.m4:77: warning: underquoted definition of 
smr_ARG_WITHINCLUDES
/usr/share/aclocal/libgstroke.m4:119: warning: underquoted definition of 
smr_CHECK_LIB

Yes, I'm responsible for this bug; those macros were written long ago ...

A patch against libstroke.m4 is attached.  It will also apply to
libgstroke.m4.  Would you send it along to upstream?

Thanks,
-Steve


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libstroke0-dev depends on:
ii  libstroke0                    0.5.1-4    support for mouse strokes like tho

-- no debconf information


--- /usr/share/aclocal/libstroke.m4     2003-11-12 07:45:28.000000000 -0500
+++ libstroke.m4        2005-04-03 14:35:16.709447679 -0400
@@ -26,7 +26,7 @@
 dnl                     if different from name
 dnl description         (optional) used to construct help string
 dnl
-AC_DEFUN(smr_ARG_WITHLIB, [
+AC_DEFUN([smr_ARG_WITHLIB], [
 
 ifelse($2, , smr_lib=[$1], smr_lib=[$2])
 
@@ -74,7 +74,7 @@
 dnl extra-flags         (optional) flags required when compiling the
 dnl                     header, typically more includes; for ex. X_CFLAGS
 dnl
-AC_DEFUN(smr_ARG_WITHINCLUDES, [
+AC_DEFUN([smr_ARG_WITHINCLUDES], [
 
 AC_ARG_WITH([$1]-includes,
 [  --with-$1-includes=DIR  set directory for $1 headers],
@@ -116,7 +116,7 @@
 dnl x-libs      (optional) extra libraries, if needed to link with lib
 dnl x-flags     (optional) extra flags, if needed to include header files
 dnl
-AC_DEFUN(smr_CHECK_LIB,
+AC_DEFUN([smr_CHECK_LIB],
 [
 ifelse($2, , smr_lib=[$1], smr_lib=[$2])
 ifelse($5, , , smr_header=[$5])


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to