<div dir="ltr"><div>The problem is that the file <a href="http://configure.ac">configure.ac</a> is updated but the the configure script isn't recreated.  The timestamp on the <a href="http://configure.ac">configure.ac</a> file is newer than the configure script due to the sed statements and that causes the files to be regenerated.  In order for transmission.SlackBuild to run properly, then the line 'autoreconf -ivf' needs to be ran before the configure script is called.  This allows the automake scripts to be recreated with the installed versions that come with Slackware{,64} 14.1.<br>
<br></div><div>You could also call the script "./autogen.sh" from with in the trasnmission-2.28 directory and that will do something similar to the 'autoreconf -ivf' step mentioned above.  But that will cause the configure script to be ran twice.<br>
</div><div><br></div>--Larry<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 2, 2014 at 3:41 PM, Erik Hanson <span dir="ltr"><<a href="mailto:erik@slackbuilds.org" target="_blank">erik@slackbuilds.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Tue, 2 Sep 2014 17:06:47 -0500<br>
JK Wood <<a href="mailto:joshuakwood@gmail.com">joshuakwood@gmail.com</a>> wrote:<br>
<br>
<br>
> If it doesn't build on a stock 14.1 Slackware, why is it on SBo?<br>
<br>
</div>Mistakes happen.<br>
<br>
For now I'd like to make absolutely certain that it can't be coaxed into<br>
building before downgrading it.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Erik Hanson<br>
</font></span><br>_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
<br></blockquote></div><br></div>