#37496: openmotif @2.3.4_0 build fails due to automake 1.13.1 -----------------------------+-------------------------------- Reporter: md14-macports@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: haspatch | Port: openmotif -----------------------------+-------------------------------- The openmotif build broke due to changes in automake 1.13.1. {{{ $ sudo port -vs install openmotif ... ---> Configuring openmotif configure.ac:39: error: 'AM_PROG_CC_STDC': this macro is obsolete. You should simply use the 'AC_PROG_CC' macro instead. Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', but upon 'ac_cv_prog_cc_stdc'. /opt/local/share/aclocal-1.13/obsolete-err.m4:17: AM_PROG_CC_STDC is expanded from... configure.ac:39: the top level autom4te: /opt/local/bin/gm4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 ... }}} From the automake 1.13.1 changelog: {{{ - Use of the obsolete macros AM_CONFIG_HEADER or AM_PROG_CC_STDC now causes a clear and helpful error message, instead of obscure ones (issue introduced in Automake 1.13). }}} The attached patch appears to fix the problem. -- Ticket URL: <https://trac.macports.org/ticket/37496> MacPorts <http://www.macports.org/> Ports system for Mac OS