On Wed, 14 Jun 2006 16:34:54 -0500 enigma <[EMAIL PROTECTED]> wrote: > When I run autoconf, it returns: > > configure.in:1: error: possibly undefined macro: dnl > If this token and others are legitimate, please use > m4_pattern_allow. See the Autoconf documentation. > configure.in:37: error: possibly undefined macro: AC_SUBST > configure.in:79: error: possibly undefined macro: AC_CHECK_LIB > configure.in:87: error: possibly undefined macro: AC_CHECK_HEADERS > configure.in:133: error: possibly undefined macro: AC_DEFINE > configure.in:147: error: possibly undefined macro: AM_PATH_REP > configure.in:228: error: possibly undefined macro: AM_PATH_GTK_2_0
Perhaps a mismatching version of autoconf? It gets quite fussy - 1.4, 1.5, and so on. Make sure you have the right version installed for that the configure.in file wants. -- Paul "LeoNerd" Evans [EMAIL PROTECTED] ICQ# 4135350 | Registered Linux# 179460 http://www.leonerd.org.uk/
