On Mon, 2 Mar 2015 00:31:33 -0500, Mike Frysinger <[email protected]> wrote: > On 02 Mar 2015 13:49, Masatake YAMATO wrote: >> How can I get tests-m32 directory? > > run the bootstrap script instead of autotools directly > -mike
Thank you. How about adding following description to INSTALL? diff --git a/INSTALL b/INSTALL index 0fad641..e3a2193 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1,6 @@ +/* If your get the source code from the git repository of strace, + run ./bootstrap script to generate files before running configure */ + Installation Instructions ************************* ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
