I am trying to install CUnit by using following steps:
Downloaded CUnit package from SourceForge.
Uncompressed it using the command:
tar xjf CUnit-2.1-3.tar.bz2Then went into the CUnit-2.1-3 directory.
cd CUnit-2.1.2Tried running the following sequence of commands:
mkdir -p $HOME/local ./configure --prefix=$HOME/local # but this command is not workingbash is displaying the following message:
bash: ./configure: No such file or directory