You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I git cloned the repo here and tried to build it on a fresh ubuntu trusty container. Unfortunately autoconf is failing.
autoreconf -fi
configure.ac:20: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
then if I try to run ./configure I get:
./configure
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
Any pointers?
The text was updated successfully, but these errors were encountered:
I git cloned the repo here and tried to build it on a fresh ubuntu trusty container. Unfortunately autoconf is failing.
then if I try to run ./configure I get:
Any pointers?
The text was updated successfully, but these errors were encountered: