From: Mike Frysinger Date: Tue, 3 Mar 2015 01:42:04 +0000 (-0500) Subject: Clarify bootstrap-vs-autoreconf usage X-Git-Tag: v4.10~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=600eafb6edcb89d6d602073edae97089c0a1e41a;p=strace Clarify bootstrap-vs-autoreconf usage * README-hacking: Tell people to run ./bootstrap. --- diff --git a/README-hacking b/README-hacking index d2dfdd36..16d12c03 100644 --- a/README-hacking +++ b/README-hacking @@ -2,8 +2,9 @@ Requirements ============ If you use the GIT version of strace there will be some files missing 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. +the GNU Autoconf and Automake packages. + +Note: rather than run `autoreconf' directly, use the `./bootstrap' script. No more ChangeLog file