#27533: Soundtouch uses system aclocal files which makes it fail to autoreconf on 10.5 -------------------------------------------+-------------------------------- Reporter: ygramul.el.multiple@… | Owner: elelay@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: soundtouch -------------------------------------------+-------------------------------- Changes (by elelay@…): * status: new => assigned * owner: macports-tickets@… => elelay@… Comment: I'd say this is because {{{config/m4/lt~obsolete.m4}}} is a symlink to {{{/usr/share/aclocal/lt~obsolete.m4}}} see : {{{ $ ll config/m4/ total 40 lrwxrwxrwx 1 root admin 29 19 déc 18:15 libtool.m4 -> /usr/share/aclocal/libtool.m4 lrwxrwxrwx 1 root admin 31 19 déc 18:15 ltoptions.m4 -> /usr/share/aclocal/ltoptions.m4 lrwxrwxrwx 1 root admin 29 19 déc 18:15 ltsugar.m4 -> /usr/share/aclocal/ltsugar.m4 lrwxrwxrwx 1 root admin 31 19 déc 18:15 ltversion.m4 -> /usr/share/aclocal/ltversion.m4 lrwxrwxrwx 1 root admin 33 19 déc 18:15 lt~obsolete.m4 -> /usr/share/aclocal/lt~obsolete.m4 }}} Deleting everything inside soundtouch/config/m4 seems to fix the issue (the .m4 files get regenerated from /opt/local/share/aclocal). soundtouch then builds correctly. -- Ticket URL: <https://trac.macports.org/ticket/27533#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS