From: Sven M. H. <pe...@gm...> - 2001-06-25 19:24:08
|
On Tue, Jun 19, 2001 at 09:22:16PM +0200, Marcelo E. Magallon wrote: > Nope, libtoolize is missing on the bootstrap script. Something like > this: > > run_cmd cat m4/*.m4 > acinclude.m4 > run_cmd libtoolize --automake --copy --force > run_cmd aclocal Actually, I'm pretty sure that an explicit libtoolize is not needed, automake -a -c does it itself (I think it says so in the docs, too). > The other problem is that matypes.h is not being generated. Oh, thanks for pointing this out, I've just fixed it. I had missed a minor point of the automake doc, which says that generated source files must be mentioned in a BUILT_SOURCES variable. It's in there now, and matypes.h is _really_ generated automagically whenever needed now. -Sven -- "Would the All-Seeing Eye please look in my direction?" [ KeyID........: 0xC297FEAB ] [ Fingerprint..: FEA5 0F93 7320 3F39 66A5 AED3 073F 2D5F C297 FEAB ] |