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
The README advises to type "autoconf -i -f" but that led to errors (on Ubuntu 20_04.6).
"autoreconf -vfi" worked instead. Not sure if this would generally work.
The error message was:
configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
The text was updated successfully, but these errors were encountered:
The README advises to type "autoconf -i -f" but that led to errors (on Ubuntu 20_04.6).
"autoreconf -vfi" worked instead. Not sure if this would generally work.
The error message was:
configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
The text was updated successfully, but these errors were encountered: