I'm trying to test our Autotools stuff on Cygwin. When I open a prompt:
$ autoreconf --install --force
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf-2.69: failed to run aclocal: No such file or directory
I re-ran the Cygwin package manager and verified autoconf
, automake
and libtool
were installed. There is no package aclocal
to install.
Searching is not returning useful hits in the context of Cygwin.
What is the problem, and how do I fix it?
automake
. – Let