I cloned the repository and tried to build on debian testing system. Using autoconf 2.69-2 I get error messages about AM_OPTIONS_WXCONFIG and AM_PATH_WXCONFIG. Full output is attached below.
autoreconf: Entering directory `.'
autoreconf: running: intltoolize --automake --copy --force
autoreconf: running: aclocal --force
configure.ac:53: warning: macro 'AM_OPTIONS_WXCONFIG' not found in library
configure.ac:55: warning: macro 'AM_PATH_WXCONFIG' not found in library
autoreconf:
configure.ac: tracing
autoreconf:
configure.ac: AM_GNU_GETTEXT_VERSION is used, but not AM_GNU_GETTEXT
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to
configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT'
configure.ac:53: warning: macro 'AM_OPTIONS_WXCONFIG' not found in library
configure.ac:55: warning: macro 'AM_PATH_WXCONFIG' not found in library
autoreconf: running: /usr/bin/autoconf --force
configure.ac:53: error: possibly undefined macro: AM_OPTIONS_WXCONFIG
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:55: error: possibly undefined macro: AM_PATH_WXCONFIG
autoreconf: /usr/bin/autoconf failed with exit status: 1