Automake error ‘./ltmain.sh’ not found
In an autoconf/automake/libtool project you need to run: libtoolize: this copies/links a few support scripts, including ltmain.sh (which is the main component of libtool). aclocal: this looks up all m4 macros that your configure script will need, and make a local copy for easier access. autoheader: optional, if you want to use config.h/AC_CONFIG_HEADERS, otherwise all … Read more