#21312: tripwire install fails on snow leopard ----------------------------------+----------------------------------------- Reporter: peter@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: tripwire ----------------------------------+----------------------------------------- Comment(by hsivank@…): There is a bug with the automake version you are using : In fact, patch-configure {{{ 23 -am__api_version="1.8" 24 +am__api_version="1.10" }}} and patch-aclocal.m4 {{{ 7 -AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.8"]) 8 +AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.10"]) }}} fix the variable "am__api_version" with value 1.10 and the automake gives : {{{ $automake --version automake (GNU automake) 1.11 }}} Maybe we should not use "am__api_version" in the configure process ... Attached 2 patches tested on SL x86_64 -- Ticket URL: <http://trac.macports.org/ticket/21312#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS