[bug-notifications] [gtk 0004618]: underquoted argument

Mantis Bug Tracker noreply at opencsw.org
Tue Nov 30 16:12:24 CET 2010


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

suggested correction:

instead of

AC_DEFUN(AM_PATH_GTK,

use

AC_DEFUN([AM_PATH_GTK],

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



More information about the bug-notifications mailing list