On Tue, 23 Nov 2004, Richard Shade wrote: > configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. > configure.in: You should verify that configure.in invokes > AM_INIT_AUTOMAKE, > configure.in: that aclocal.m4 is present in the top-level directory, > configure.in: and that aclocal.m4 was recently regenerated (using > aclocal). > configure.in: required file `./missing' not found > Makefile.am: required file `./depcomp' not found > /usr/share/automake-1.9/am/depend2.am: am__fastdepCC does not appear in > AM_CONDITIONAL > /usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in > AM_CONDITIONAL > make: *** [Makefile.in] Error 1 (don't know enough about automake but,) perhaps your code requires an older version of automake? # rpm -qa automake* automake14-1.4p6-12 automake17-1.7.9-5 automake16-1.6.3-5 automake15-1.5-13 automake-1.9.2-3 Satish