Package: libdotconf-dev
Version: 1.0.13-3
Severity: important
File: /usr/share/aclocal/dotconf.m4
Tags: patch

When running autoreconf or aclocal, this warning appears.

autoreconf: running: aclocal --force
/usr/share/aclocal/dotconf.m4:5: warning: underquoted definition of 
AM_PATH_DOTCONF
/usr/share/aclocal/dotconf.m4:5:   run info '(automake)Extending aclocal'
/usr/share/aclocal/dotconf.m4:5:   or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal

Attached is a simple patch that resolves this issue.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libdotconf-dev depends on:
ii  libc6-dev                     2.10.2-7   Embedded GNU C Library: Developmen
ii  libdotconf1.0                 1.0.13-3   Configuration file parser library 

libdotconf-dev recommends no packages.

libdotconf-dev suggests no packages.

-- no debconf information
--- a/dotconf.m4
+++ b/dotconf.m4
@@ -2,7 +2,7 @@
 dnl ## AM_PATH_DOTCONF([MINIMUM_VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT_FOUND]]])
 dnl ##
 dnl ##
-AC_DEFUN([AM_PATH_DOTCONF],
+AC_DEFUN(AM_PATH_DOTCONF,
 [dnl
 dnl Get the cflags and libs from the dotconf-config script
 dnl

Reply via email to