Hi,<br><br>When I 'aup' my autotools package, I have the following error:<br>/usr/lib/ruby/1.8/fileutils.rb:243: command not found: /home/lesire/work/robotis-pkg/hmdp/build/config.status --version<br><br>Indeed, the config.status file has no execute permission (only rw).<br>
<br>To fix this, I just change the call to the config.status command in "autobuild/packages/autotools.rb", line 30 by adding a dot :<br>def configurestamp; ". #{builddir}/config.status" end<br><br>Charles.<br>