Bug #36
openconfigure.ac autogen error
0%
Description
tryed to generat config file but
configure.ac:9: 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:10: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:22: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.ac:23: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:108: error: possibly undefined macro: AM_CONDITIONAL
debug info
git-t/unagi [ autoconf --trace=AC_INIT configure.ac master ] 3:23 AM
configure.ac:4:AC_INIT:unagi:0.3:Arnaud Fontaine <arnau@mini-dweeb.org
and
git-t/unagi [ autoconf --trace='AC_INIT:version is $2' master ] 3:24 AM
version is 0.3
"That generally means that the package had an overquoted macro in its
configure.ac."