<div>Hello everyone,</div><div>š</div><div>To add some tests to the strace project, I cloned it to my local system and then used the following commands to make it:-</div><div><ol><li>libtoolize --force</li><li>aclocal</li><li>autoheader</li><li>automake --force-missing --add-missing</li><li>autoconf</li><li>./configure</li></ol></div><div>But <strong>./configure</strong> command fails commandš with <strong>error</strong>š š <em>config.status: error:</em>cannot<em> find input file: `Makefile.in'.</em></div><div><strong>a</strong><strong>utomake</strong> command also gives <strong>error š š šš</strong><em>automake: error: cannot open < xlat/Makemodule.am: No such file or directory</em></div><div><em><br /></em>How can I configure and make the project so that my I can set up development environment correctly?</div><div>š</div><div>Thanks,</div><div>Anchit Jain</div>