Awn

configure.ac has possibly undefined macro

Bug #1658493 reported by gmbr3
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Awn
New
Undecided
Unassigned

Bug Description

configure.ac:21: 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:22: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.ac:30: error: possibly undefined macro: AM_PROG_LIBTOOL
configure.ac:42: error: possibly undefined macro: AM_PATH_PYTHON
configure.ac:43: error: possibly undefined macro: AC_PYTHON_DEVEL
configure.ac:80: error: possibly undefined macro: AM_CHECK_PYMOD
configure.ac:89: error: possibly undefined macro: AS_COMPILER_FLAGS
configure.ac:108: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
configure.ac:131: error: possibly undefined macro: AC_DEFINE
configure.ac:158: error: possibly undefined macro: AM_GCONF_SOURCE_2
configure.ac:170: error: possibly undefined macro: AS_AC_EXPAND

Revision history for this message
gmbr3 (gmbr3) wrote :

Fixed by inserting these into compile.ac
m4_pattern_allow([^AM_])
m4_pattern_allow([^AC_])
m4_pattern_allow([^AS_])

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.