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
./configurecommand from within theCUnit-2.1.2directory? Please check. If so, is there a file calledconfigurein the directory? Dolsto find out. – Jos Oct 25 '18 at 10:07