From 043813465755463357e4772ef47ed0a3c55a0c01 Mon Sep 17 00:00:00 2001
From: Dor Laor <dor.laor@gmail.com>
Date: Wed, 9 Jan 2013 17:52:00 +0200
Subject: [PATCH] Fix build instructions:  - add git submodule init  - use the
 right flag for autoreconf

---
 README | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 6ade896b3..a00da5a21 100644
--- a/README
+++ b/README
@@ -5,13 +5,15 @@ To build OSv
 2) make sure all git submodules are uptodate
    -----------------------------------------
 
+    git submodule init external/openjdk.bin/
+    git submodule init external/libunwind
     git submodule update
 
 1) build the specially patched libunwind
    -------------------------------------
 
     cd external/libunwind
-    autoreconf -a
+    autoreconf -i
     sh config.sh
     make
     cp ./src/.libs/libunwind.a ../..
-- 
GitLab