Package: emcast Version: 0.3.2-5 Severity: normal Tags: patch With emcast installed, any invocation of aclocal will generate the warning:
/usr/share/aclocal/emcast.m4:9: warning: underquoted definition of AM_PATH_EMCAST /usr/share/aclocal/emcast.m4:9: run info '(automake)Extending aclocal' /usr/share/aclocal/emcast.m4:9: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal The solution is trivial: --- emcast.m4 2007-07-04 09:43:07.000000000 +0100 +++ /tmp/emcast.m4 2007-07-04 09:44:40.000000000 +0100 @@ -6,7 +6,7 @@ dnl AM_PATH_EMCAST([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for EMCAST, and define EMCAST_CFLAGS and EMCAST_LIBS dnl -AC_DEFUN(AM_PATH_EMCAST, +AC_DEFUN([AM_PATH_EMCAST], [dnl dnl Get the cflags and libraries from the emcast-config script dnl -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-486 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages emcast depends on: ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii libglib1.2 1.2.10-17 The GLib library of C routines emcast recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]