Re: [Threads-list] Trouble compiling
Brought to you by:
hanseno
From: <orn...@sw...> - 2003-02-27 20:47:50
|
If you use the newest version of automake and autoconf utilities, you wil= l=20 get a message stating that AM_INIT_AUTOMAKE is from a different version, and that aclocal.m4 files need to be regenerated. This means, that the two files aclocal.m4 and acinclude.m4 need to be erased, and their creation forced, with aclocal and automake -f (force creation of missing files). I= =20 don't recommend doing this, because there appears to be a difference betwee= n=20 the GNU utilities, and the utilities as they are distributed by the differe= nt=20 linux distributors. An example, here, the AC_PROG_LIBTOOL macro doesn't=20 work, and a more sophisticated aclocal file is needed, than just the one=20 autogenerated with the aclocal program. Using one from a development suite= ,=20 should work, it should have most of the components included. I'll update the acinclude.m4 file as soon as possible, meanwhile if you f= ind=20 a way to do this, neatly. Any contribution is welcome. =D6rn |