#37490 closed defect (fixed)
gd2: configuration fails with automake 1.13
Reported by: | jdgleeson | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | |
Port: | gd2 |
Description
configure.ac contains the macro AM_PROG_CC_STDC, which is not recognized by automake. AC_PROG_CC is expected instead, which happens to already be in configure.ac. An augmented version of patch-configure.ac.diff is attached which deletes AM_PROG_CC_STDC.
Attachments (2)
Change History (5)
Changed 12 years ago by jdgleeson
Changed 12 years ago by jdgleeson
Attachment: | patch-configure.ac.diff added |
---|
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Keywords: | haspatch added |
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | gd2: configuration fails with automake-13.0 → gd2: configuration fails with automake 1.13 |
---|
Note: See
TracTickets for help on using
tickets.
Thanks!