[bug-notifications] [aalib 0004620]: underquoted argument

Mantis Bug Tracker noreply at opencsw.org
Tue Nov 30 16:15:09 CET 2010


The following issue has been SUBMITTED. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=4620 
====================================================================== 
Reported By:                pfelecan
Assigned To:                
====================================================================== 
Project:                    aalib
Issue ID:                   4620
Category:                   regular use
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2010-11-30 16:15 CET
Last Modified:              2010-11-30 16:15 CET
====================================================================== 
Summary:                    underquoted argument
Description: 
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],

======================================================================



More information about the bug-notifications mailing list