From c40571e6b9c2f4b181e289dbac2366569f128828 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 19 Nov 2010 09:08:09 +0000 Subject: [PATCH] build: update bootstrap comments Signed-off-by: Spencer Oliver --- bootstrap | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bootstrap b/bootstrap index 81c980490..3452a3152 100755 --- a/bootstrap +++ b/bootstrap @@ -28,14 +28,10 @@ automake --gnu --add-missing --copy # otherwise the documentation will fail to build due to missing version.texi echo "Bootstrap complete. Quick start build instructions:" echo "" -echo "1. Build Jim Tcl" +echo "1. Fetch Jim Tcl" echo "" echo "git submodule init" echo "git submodule update" -echo "cd jimtcl" -echo "./configure --with-jim-ext=nvp" -echo "make" -echo "make install" echo "" echo "2. Configure" echo "./configure --enable-maintainer-mode ...."