<keywords content="CppUnit,Cpp,C++" />
#installer le packet cppunitsudo apt-get install libcppunit-dev
#remplacer la ligneAM_PATH_CPPUNIT(1.13.2) #par la ligne PKG_CHECK_MODULES(CPPUNIT, cppunit >= 1.13.2)
#example git clone https://github.com/JLTRY/cppunit-money.git
aclocal -I /usr/share/aclocal
autoconf automake -a ./configure
make check