Revision: 118276 https://trac.macports.org/changeset/118276 Author: devans@macports.org Date: 2014-03-28 10:41:55 -0700 (Fri, 28 Mar 2014) Log Message: ----------- telepathy-logger: update m4/intltool.m4 and autoreconf to fix intltool configuration. Modified Paths: -------------- trunk/dports/comms/telepathy-logger/Portfile Modified: trunk/dports/comms/telepathy-logger/Portfile =================================================================== --- trunk/dports/comms/telepathy-logger/Portfile 2014-03-28 17:40:33 UTC (rev 118275) +++ trunk/dports/comms/telepathy-logger/Portfile 2014-03-28 17:41:55 UTC (rev 118276) @@ -32,8 +32,15 @@ port:libxml2 \ port:sqlite3 -patchfiles patch-configure.diff +# update m4/intltool.m4 and autoreconf +pre-configure { + copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4 +} + +use_autoreconf yes +autoreconf.args -fvi + configure.args --disable-silent-rules \ --disable-coding-style-checks \ --disable-schemas-compile \