Hello everyone,
 
To add some tests to the strace project, I cloned it to my local system and then used the following commands to make it:-
  1. libtoolize --force
  2. aclocal
  3. autoheader
  4. automake --force-missing --add-missing
  5. autoconf
  6. ./configure
But ./configure command fails command  with error    config.status: error:cannot find input file: `Makefile.in'.
automake command also gives error       automake: error: cannot open < xlat/Makemodule.am: No such file or directory

How can I configure and make the project so that my I can set up development environment correctly?
 
Thanks,
Anchit Jain
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to