On Mon, 2 Mar 2015 01:20:50 -0500, Mike Frysinger <[email protected]> wrote: > On 02 Mar 2015 14:53, Masatake YAMATO wrote: >> On Mon, 2 Mar 2015 00:31:33 -0500, Mike Frysinger 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 >> >> Thank you. >> >> How about adding following description to INSTALL? > > i would point people to README-hacking and update that file to discuss the > bootstrap script. if we update INSTALL at all ... it's currently a generated > file that comes from the autotools project ... > -mike
Oh, I don't know README-hacking. How about this one? diff --git a/README-hacking b/README-hacking index d2dfdd3..55ca1bd 100644 --- a/README-hacking +++ b/README-hacking @@ -5,6 +5,8 @@ that you need to build strace. These files are generated by tools from the GNU Autoconf and Automake packages. You need recent versions, which provide the `autoreconf -i' command that will do everything you need. +Though autoreconf is needed, you don't have to run autoreconf +directly; run ./bootstrap instead. No more ChangeLog file ====================== ------------------------------------------------------------------------------ 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
