# HG changeset patch # User mjsousa # Date 1404565059 -3600 # Node ID 6a3964be6a2992f580c0429e23b367815e44eb31 # Parent 1e749c7b70f82671153d396e84bb15cb56fa4279 Update build/compile instructions to reflect the fact that autoconf needs to be executed. diff -r 1e749c7b70f8 -r 6a3964be6a29 README.build --- a/README.build Sat Jul 05 13:39:30 2014 +0100 +++ b/README.build Sat Jul 05 13:57:39 2014 +0100 @@ -4,6 +4,7 @@ 1) Compiling under Linux ------------------------ +$ autoreconf -i $ ./configure $ make