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
Following the directions in the README, I ran into this set of errors:
configure.ac:3: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:26: error: possibly undefined macro: AC_DISABLE_SHARED
configure.ac:27: error: possibly undefined macro: AC_PROG_LIBTOOL
I was able to satisfy autoconf by running libtoolize:
Following the directions in the README, I ran into this set of errors:
I was able to satisfy autoconf by running
libtoolize
:Would you prefer a PR with those files committed or with that step added to the directions in the README?
The text was updated successfully, but these errors were encountered: