On 03/02/2016 10:25 PM, Eric Blake wrote: > On 03/02/2016 01:44 PM, Dale R. Worley wrote: >> BTW, in README-hacking, item 3 says: >> >> 3. Run "configure" and "make" in the normal way. >> >> If you have GNU libintl installed, you can just run "configure". >> ^^ >> Otherwise, run "configure --disable-nls". >> ^^ >> >> At the two points I've marked, that should say "./configure" -- there's >> no guarantee that "." is in the user's path. > > Indeed, and that's a much simpler thing to patch.
We could also mention out-of-tree builds here, which would lead to a more general "<path-to>/configure" in the above. mkdir build && cd build && ../configure Have a nice day, Berny