hi....
when i compile my c source code it say.....
cd .. && \
/bin/sh /home/sengloong/Mydev/admin/missing --run automake --gnu test1/Makefile
aclocal.m4:3009: your implementation of AM_INIT_AUTOMAKE comes from an
aclocal.m4:3009: old Automake version. You should recreate aclocal.m4
aclocal.m4:3009: with aclocal and run automake again.
gmake: *** [Makefile.in] Error 1
*** failed ***
so i check out the aclocal.m4 line 3009, and find:
AM_INIT_AUTOMAKE($1, $2)
so anyone know the soulution to this problem?
thanks....
:-)