Mantis - libaa1
Viewing Issue Advanced Details
4620 regular use minor always 2010-11-30 16:15 2012-11-11 16:53
pfelecan  
dam  
normal  
closed  
fixed  
none    
none  
0004620: underquoted argument
for any aclocal invocation we have the following warning:
/opt/csw/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB

suggested correction:

instead of

AC_DEFUN(AM_PATH_AALIB,

use

AC_DEFUN([AM_PATH_AALIB],
Issue History
2010-11-30 16:15 pfelecan New Issue
2012-11-11 16:15 dam Status new => assigned
2012-11-11 16:15 dam Assigned To => dam
2012-11-11 16:53 dam Note Added: 0010219
2012-11-11 16:53 dam Status assigned => closed
2012-11-11 16:53 dam Resolution open => fixed

Notes
(0010219)
dam   
2012-11-11 16:53   
Reported upstream as https://sourceforge.net/tracker/?func=detail&aid=3586216&group_id=20003&atid=120003 [^]
Fixed locally in libaa_dev-1.4rc5,REV=2012.11.11 and pushed to unstable/.