| 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: |
|
||||||
State Changed From-To: open->analyzed Could you try upgrading your automake installation to 1.4.5_1? This should fix the problem. State Changed From-To: analyzed->closed Originator reported in private email this fixes the problem. |
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)