8.58.2. Contents of Check
              Installed program:
              checkmk
            
            
              Installed library:
              libcheck.so
            
          Check is a unit testing framework for C.
Update the auxilary scripts of the building system to allow building this package for LoongArch:
tar -xvf ../autoconf-2.72.tar.xz --strip-components=2 \
    autoconf-2.72/build-aux/config.{guess,sub}
        Prepare Check for compilation:
./configure --prefix=/usr --disable-static
Build the package:
make
Compilation is now complete. To run the Check test suite, issue the following command:
make check
Install the package:
make docdir=/usr/share/doc/check-0.15.2 install