Bug 121817

Summary: devel/autoconf261 - aclocal emits warnings
Product: Ports & Packages Reporter: marka
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description marka 2008-03-18 02:40:00 UTC
	aclocal emits unnecessary warning.

Fix: 

Quote the function definition names with [] 

	e.g.
		AC_DEFUN(AM_PATH_ORBIT,
		
		should be 

		AC_DEFUN([AM_PATH_ORBIT],
How-To-Repeat: 
	Run aclocal

	all of the files below define one or more functions incorrectly.

   /usr/local/share/aclocal/smpeg.m4
   /usr/local/share/aclocal/libart.m4
   /usr/local/share/aclocal/libIDL.m4
   /usr/local/share/aclocal/imlib.m4
   /usr/local/share/aclocal/gtk.m4
   /usr/local/share/aclocal/glib.m4
   /usr/local/share/aclocal/audiofile.m4
   /usr/local/share/aclocal/aalib.m4
   /usr/local/share/aclocal/ORBit.m4
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-18 08:20:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ade

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2008-04-15 19:25:36 UTC
State Changed
From-To: open->closed

The .m4 files mentioned are not installed by autoconf, but rather by 
various other ports.  No doubt at some point new versions of these will 
appear that don't emit noisy warnings, but there's nothing specific to 
autoconf here.