Package: liblircclient-dev
Version: 0.7.1pre2-6
Severity: minor
Tags: patch

The script you ship for aclocal gives a spurious warning with
aclocal >= 1.8:

/usr/share/aclocal/lirc.m4:15: warning: underquoted definition of AC_PATH_LIRC

This small change fix it:

diff -uNr /usr/share/debianaclocal/lirc.m4 /usr/share/aclocal/lirc.m4
--- /usr/share/debianaclocal/lirc.m4    2005-04-19 01:22:43.000000000 +0200
+++ /usr/share/aclocal/lirc.m4  2005-04-19 01:26:27.000000000 +0200
@@ -12,7 +12,7 @@
 dnl AC_PATH_LIRC([MINIMUM-VERSION])
 dnl Check for LIRC and define LIRCD
 dnl
-AC_DEFUN(AC_PATH_LIRC,
+AC_DEFUN([AC_PATH_LIRC],
 [
   min_lirc_version=ifelse([$1], ,0.5.5,$1)
   AC_MSG_CHECKING(for LIRC>=$min_lirc_version)
diff -uNr /usr/share/debianaclocal/ORBit.m4 /usr/share/aclocal/ORBit.m4


Thank you for applying when you see fit.
Alban


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc5
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages liblircclient-dev depends on:
ii  libc6-dev                   2.3.2.ds1-21 GNU C Library: Development Librari
ii  liblircclient0              0.7.1pre2-6  LIRC client library

-- no debconf information



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

Reply via email to