#37742: libast: error: 'AM_CONFIG_HEADER': this macro is obsolete -------------------------+-------------------------- Reporter: rosskhan@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: libast | -------------------------+-------------------------- Changes (by ryandesign@…): * status: new => assigned * owner: macports-tickets@… => ryandesign@… Comment: Replying to [ticket:37742 rosskhan@…]:
{{{ :info:configure configure.in:24: error: 'AM_CONFIG_HEADER': this macro is obsolete. :info:configure You should use the 'AC_CONFIG_HEADERS' macro instead. }}}
The usual automake 1.13/1.13.1 incompatibility. It will no longer be a problem in automake 1.13.2.
copying configure.in to configure.ac and modifying AM_CONFIG_HEADER -> AM_CONFIG_HEADERS results in:
AC_CONFIG_HEADERS, not AM_CONFIG_HEADERS. -- Ticket URL: <https://trac.macports.org/ticket/37742#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS