[bug-notifications] [glib 0004619]: underquoted argument

Mantis Bug Tracker noreply at opencsw.org
Tue Nov 30 16:13:50 CET 2010


The following issue has been SUBMITTED. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=4619 
====================================================================== 
Reported By:                pfelecan
Assigned To:                
====================================================================== 
Project:                    glib
Issue ID:                   4619
Category:                   regular use
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2010-11-30 16:13 CET
Last Modified:              2010-11-30 16:13 CET
====================================================================== 
Summary:                    underquoted argument
Description: 
for any aclocal invocation we have the following warning:
/opt/csw/share/aclocal/glib.m4:8: warning: underquoted definition of
AM_PATH_GLIB

suggested correction:

instead of

AC_DEFUN(AM_PATH_GLIB,

use

AC_DEFUN([AM_PATH_GLIB],
======================================================================



More information about the bug-notifications mailing list