<br><br><div class="gmail_quote">2009/1/15 Charles Lepple <span dir="ltr">&lt;<a href="mailto:clepple@gmail.com">clepple@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div class="gmail_quote"><div><div></div><div class="Wj3C7c">On Thu, Jan 15, 2009 at 7:49 AM, Arnaud Quette <span dir="ltr">&lt;<a href="mailto:aquette.dev@gmail.com" target="_blank">aquette.dev@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey Arjen,<br><br><div class="gmail_quote">2009/1/15 Arjen de Korte <span dir="ltr">&lt;<a href="mailto:nut%2Bdevel@de-korte.org" target="_blank">nut+devel@de-korte.org</a>&gt;</span><div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Citeren Arjen de Korte &lt;<a href="mailto:adkorte-guest@alioth.debian.org" target="_blank">adkorte-guest@alioth.debian.org</a>&gt;:<br>
<div><br>
&gt; Author: adkorte-guest<br>
&gt; Date: Thu Jan 15 11:54:05 2009<br>
&gt; New Revision: 1728<br>
&gt;<br>
&gt; Log:<br>
&gt; Another stab at this.<br>
&gt;<br>
&gt; Modified:<br>
&gt; &nbsp; &nbsp;trunk/tools/Makefile.am<br>
<br>
</div>And failing miserably... :-(<br>
<br>
Can someone more fluent in &#39;autotoolish&#39; fix this problem? Currently<br>
the BuildBot is broken by update r1718 and I&#39;m really out of ideas on<br>
how to make this work again (other than reverting this patch).<br></blockquote></div></div><br>this seems due to the script not being listed in the dist rules (like EXTRA_DIST)<br>I&#39;ll take a deeper look at it and will fix that part...<br clear="all">


<br>thanks for the other errors catching btw.<br><font color="#888888">Arnaud<br></font></blockquote></div></div><div><br>Looking at the commits that came after this, I&#39;m not sure we&#39;re understanding the cause-and-effect relationship here.<br>

<br>The part that caused the command-not-found error was that the script was not listed in EXTRA_DIST. This was masked by the fact that the code was not called during &#39;make distcheck&#39; until the rule was renamed &#39;dist-hook&#39;.<br>

<br>However,
on my end, that seemed to cause some problems during the &#39;make
distclean&#39; stage because now we have generated .in files, and I&#39;m not
sure that <a href="http://boxster.ghz.cc/projects/nut/changeset/1729" target="_blank">r1729</a> is quite right in that regard.<br><br>I think we probably need to call the script with either $(<ins>src</ins>dir)/nut-usbinfo.pl or $(distdir)/nut-usbinfo.pl (both of which should work, since the script is now included in EXTRA_DIST).<br>

</div></div></blockquote><div><br>yup, I came to exactly the same conclusion.<br>I&#39;m going for the distdir approach (commit underway) <br></div></div><br>Arnaud<br><br>