Merge pull request #597 from fenderbob/patch-1

Update to fix problem for ./configure: no such file or directory
diff --git a/netbeans.apache.org/src/content/kb/docs/cnd/c-unit-test.asciidoc b/netbeans.apache.org/src/content/kb/docs/cnd/c-unit-test.asciidoc
index 84fd1a3..e9091bb 100644
--- a/netbeans.apache.org/src/content/kb/docs/cnd/c-unit-test.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/cnd/c-unit-test.asciidoc
@@ -176,7 +176,7 @@
 $ cd c:/distr
 $ bunzip2.exe CUnit-2.1-2-src.tar.bz2
 $ tar xvf CUnit-2.1-2-src.tar
-$ cd ./CUnit-2.1-2
+$ cd /CUnit-2.1-2
 ----
 
 [start=4]
@@ -205,7 +205,9 @@
 
 [source,shell]
 ----
-
+$ libtoolize
+$ automake --add-missing 
+$ autoreconf
 $ ./configure --prefix=/mingw
 _(lots of output about checking and configuring)
 ..._