Attempting to build on ubuntu 12.04 (autoconf=2.68, aclocal=1.11). It
fails very early on with:
/vrjuggler-trunk/modules/vapor/configure: line 16078: syntax error
near unexpected token `0.9.4,'
/vrjuggler-trunk/modules/vapor/configure: line 16078:
`AM_PATH_FLAGPOLL(0.9.4, ,'
Backing down to autoconf and autoheader version 2.59 and aclocal
version 1.9 yields:
aclocal:
configure.ac:869: warning: macro `AM_PATH_FLAGPOLL' not found
in library
configure.ac:354: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
configure.ac:354: the top level
Running autoheader2.59...
Running autoconf2.59 ...
configure.ac:270: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use
m4_pattern_allow.
See the Autoconf documentation.
configure.ac:869: error: possibly undefined macro: AM_PATH_FLAGPOLL
Ideas, anyone? I seem to recall that on Ubuntu 10.04, backing down the
autotools versions worked. Very frustrating that it doesn't work here.