We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i got err:
configure.ac:39: 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:69: error: possibly undefined macro: AM_PROG_CC_C_O configure.ac:72: error: possibly undefined macro: AC_COMPILE_STDCXX_11 configure.ac:73: error: possibly undefined macro: AM_CONDITIONAL configure.ac:170: error: possibly undefined macro: AM_PATH_XML2
The text was updated successfully, but these errors were encountered:
Install at least following packages (I don't know how they are named in FreeBSD)
And run autoreconf -i, not autoconf -i
autoreconf -i
autoconf -i
Sorry, something went wrong.
No branches or pull requests
i got err:
autoconf -i
configure.ac:39: 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:69: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:72: error: possibly undefined macro: AC_COMPILE_STDCXX_11
configure.ac:73: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:170: error: possibly undefined macro: AM_PATH_XML2
The text was updated successfully, but these errors were encountered: