Fix build instructions to include creating the m4 directory
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Thu, 2 Aug 2012 14:14:03 +0000 (15:14 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Thu, 2 Aug 2012 14:14:03 +0000 (15:14 +0100)
README

diff --git a/README b/README
index 9476f65..082d718 100644 (file)
--- a/README
+++ b/README
@@ -42,6 +42,7 @@ Build Instructions
 
 In order to build the Node Startup Controller, run the following:
 
+  (test -d m4 || mkdir m4) &&
   gtkdocize &&
   autoreconf -ivf &&
   ./configure [options] &&