i'm trying to execute
./autogen.sh
script in cppunit folder from
http://www.freedesktop.org/wiki/Software/cppunit
but in a mingw shell(sh) i get next error:
error: aclocal not found
aclocal m4 scripts are in
c:\MinGW\share\
directory.
How to fix that error?
Had a similar problem when compiling a libmodbus library (it uses the same build principle). I have entered the following commands in MSYS shell:
pacman -S msys/libtool
pacman -S msys/autoconf
pacman -S msys/automake-wrapper
After that I was able to execute autogen.sh
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With