Bug 30672

Summary: /usr/local/share/aclocal/sdl11.m4 duplicate macro error
Product: Ports & Packages Reporter: zdenko tomasic <zdenko>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description zdenko tomasic 2001-09-19 19:20:01 UTC
configure/aclocal trips over sdl11.m4 AM_PATH_SDL macro with
        
aclocal: /usr/local/share/aclocal/sdl11.m4: 11: duplicated macro `AM_PATH_SDL'

Fix: quote AM_PATH_SDL macro with back quotes (`),  context diff patch:

---cut---
How-To-Repeat: (cd /usr/ports/audio/gdcd; make install)
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-09-19 20:25:50 UTC
State Changed
From-To: open->analyzed

Could you try upgrading your automake installation to 1.4.5_1?  This should 
fix the problem.
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2001-09-21 19:25:36 UTC
State Changed
From-To: analyzed->closed

Originator reported in private email this fixes the problem.