Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

no ./configure? #28

Open
alexbaras opened this Issue Jun 29, 2017 · 1 comment

Comments

Projects
None yet
2 participants

there is no ./configure to run

autoconf gives the following

configure.ac:10: 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:11: error: possibly undefined macro: AM_SILENT_RULES
configure.ac:93: error: possibly undefined macro: AM_CONDITIONAL

bgilbert added the enhancement label Jul 3, 2017

Owner

bgilbert commented Jul 3, 2017

If you're building from Git, you'll need to run autoreconf -i first. We should add this to the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment