You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by vi...@apache.org on 2022/06/20 18:52:05 UTC

[netbeans-website] branch master updated: Update to fix problem for ./configure: no such file or directory

This is an automated email from the ASF dual-hosted git repository.

vieiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b69ff509 Update to fix problem for ./configure: no such file or directory
     new ae4243e8e Merge pull request #597 from fenderbob/patch-1
4b69ff509 is described below

commit 4b69ff5093e8c1a8569e73602d64515f47b1ba49
Author: Roberto Bagnato <ro...@gmail.com>
AuthorDate: Sat Apr 30 19:58:28 2022 +0200

    Update to fix problem for ./configure: no such file or directory
    
    This update fixes the problem for the configure file since for the new CUnit release (2.1-3) the downloaded tearred package doesnt contain the configure file
---
 netbeans.apache.org/src/content/kb/docs/cnd/c-unit-test.asciidoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

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 84fd1a30a..e9091bb77 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 @@ These instructions assume you downloaded the file CUnit-2.1-2-src.tar.bz2 into t
 $ 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 @@ If your MinGW is not in /mingw, be sure to specify the appropriate Unix location
 
 [source,shell]
 ----
-
+$ libtoolize
+$ automake --add-missing 
+$ autoreconf
 $ ./configure --prefix=/mingw
 _(lots of output about checking and configuring)
 ..._


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists