<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Josh,<div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 29, 2017, at 4:38 PM, Joshua Root <<a href="mailto:jmr@macports.org" class="">jmr@macports.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On 2017-8-30 08:32 , Frank Schima wrote:<br class=""><blockquote type="cite" class="">Hello,<br class="">I am attempting to update the advancemame port to version 3.5. But I am running into a configuration error:<br class="">configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../..”<br class="">My attempt is documented on Trac ticket #54692:<br class=""><a href="https://trac.macports.org/ticket/54692" class="">https://trac.macports.org/ticket/54692</a><br class="">Can anyone help me?<br class=""></blockquote><br class="">This is normally provided by autotools. Might need an autoreconf -i. If install-sh is the only thing missing, you could copy it from automake or libtool.<br class=""></div></div></blockquote></div><br class=""><div class="">I tried adding:</div><div class=""><font face="Monaco" class="">    autoreconf.args     -fvi<br class=""></font></div><div class=""><font face="Monaco" class=""><br class=""></font></div><div class="">But that didn’t seem to help. However, copying install-sh, config.sub and config.guess from automake in a pre-configure block allowed the configure to succeed. But then later hit a build error with libpng:</div><div class=""><br class=""></div><div class=""><div class=""><font face="Monaco" class="">:info:build srcmess/artwork.c:2307:61: error: incomplete definition of type 'struct png_info_def'</font></div><div class=""><font face="Monaco" class="">:info:build         if (png.height != original->height || png.width != original->width)</font></div><div class=""><font face="Monaco" class="">:info:build                                                            ~~~~~~~~^</font></div><div class=""><font face="Monaco" class="">:info:build /opt/local/include/png.h:484:16: note: forward declaration of 'struct png_info_def'</font></div></div><div class=""><br class=""></div><div class="">It doesn’t seem to like libpng 1.6. Any more ideas?</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thank you!</div><div class="">Frank</div></div></body></html>