autoconfig gave me

configure.ac:4: 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:8: error: possibly undefined macro: AM_PROG_AR
configure.ac:10: error: possibly undefined macro: dnl
configure.ac:13: error: possibly undefined macro: AS_COMPILER_FLAGS
configure.ac:37: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:47: error: possibly undefined macro: AM_PROG_CC_C_O
configure.ac:57: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:250: error: possibly undefined macro: AM_CONDITIONAL
configure.ac:324: error: possibly undefined macro: AM_GCONF_SOURCE_2
configure.ac:363: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
configure.ac:365: error: possibly undefined macro: AM_GLIB_DEFINE_LOCALEDIR

after which './config' gives me

./configure: line 1994: syntax error near unexpected token `1.10'
./configure: line 1994: `AM_INIT_AUTOMAKE(1.10 dist-xz no-dist-gzip -Wall -Wno-portability foreign)'

I looked up 'm4_pattern_allow' and found this

https://www.gnu.org/software/autoconf/manual/autoconf.html#Forbidden-Patterns

but I'm unclear on where in what file to use 'm4_pattern_allow' or if this is indeed the appropriate solution.

Reply via email to