Package: lib3ds-dev Version: 1.2.0-4 Severity: minor Tags: patch aclocal prints a warning like this: /usr/share/aclocal/lib3ds.m4:4: warning: underquoted definition of AM_PATH_LIB3DS
It is fixed simply by quoting the definition like this: --- lib3ds.m4.old 2005-09-22 07:05:45.000000000 +0300 +++ lib3ds.m4 2005-09-22 07:06:17.000000000 +0300 @@ -1,7 +1,7 @@ dnl dnl AM_PATH_LIB3DS([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) dnl -AC_DEFUN(AM_PATH_LIB3DS, +AC_DEFUN([AM_PATH_LIB3DS], [ AC_ARG_WITH(lib3ds-prefix,[ --with-lib3ds-prefix=PFX Prefix where lib3ds is installed (optional)], -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-k7 Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8) Versions of packages lib3ds-dev depends on: ii libc6 2.3.5-6 GNU C Library: Shared libraries an lib3ds-dev recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]