Sorry for the cross post, but I am not sure if this is a
problem with autoconf or automake. I am trying to update
the build system for the SDL cross platform graphics library
but I am getting the following error. When running autoconf.
autoconf: undefined macros:
***BUG in Autoconf--please report*** AM_DEPENDENCIES
This macro seems to show up in aclocal.m4 (that is created
by automake right).
% grep AM_DEPENDENCIES *
aclocal.m4: [AM_DEPENDENCIES(CC)],
aclocal.m4:
defn([AC_PROG_CC])[AM_DEPENDENCIES(CC)])])dnl
aclocal.m4: [AM_DEPENDENCIES(CXX)],
aclocal.m4:
defn([AC_PROG_CXX])[AM_DEPENDENCIES(CXX)])])dnl
aclocal.m4:dnl AM_DEPENDENCIES(NAME)
aclocal.m4:AC_DEFUN(AM_DEPENDENCIES,[
aclocal.m4:dnl This macro is AC_REQUIREd in AM_DEPENDENCIES
configure:AC_LIBTOOL_CXXAM_DEPENDENCIES(CXX)
configure:AC_LIBTOOL_CXXAM_DEPENDENCIES(CXX)
Any ideas?
Mo DeJong
Red Hat Inc