Mantis - libgthread1_2_0
Viewing Issue Advanced Details
4619 regular use minor always 2010-11-30 16:13 2014-03-24 00:48
pfelecan  
 
normal  
new  
open  
none    
none  
0004619: underquoted argument
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],
Issue History
2010-11-30 16:13 pfelecan New Issue
2014-03-24 00:48 maciej Note Added: 0010769

Notes
(0010769)
maciej   
2014-03-24 00:48   
There is no point in waiting for this bug to be fixed. If you want it fixed, you (yes, you the reader) need to fix it yourself. If you're not already a package maintainer at OpenCSW, you can look at the 35 minute long tutorial[1] to get started - then you can offer your patch to package maintainers. You can find OpenCSW people on the users mailing list[2] and on the #opencsw channel on IRC on Freenode[3].

[1] Packaging tutorial http://youtu.be/JWKCbPJSaxw [^]
[2] OpenCSW users mailing list https://lists.opencsw.org/mailman/listinfo/users [^]
[3] #opencsw on Freenode http://www.opencsw.org/support/irc-channel/ [^]