From: Marcelo E. M. <mar...@bi...> - 2001-06-19 20:56:17
|
>> Brian Paul <br...@va...> writes: > > run_cmd cat m4/*.m4 > acinclude.m4 > > run_cmd libtoolize --automake --copy --force > > run_cmd aclocal > > Hmmm, I tried that but it didn't work (still no libtool). Weird. Here's what I'm doing: $ vim bootstrap [add the libtooline line, as show above] $ cp /usr/share/aclocal/libtool.m4 m4/ $ ./bootstrap $ ./configure $ ls -l libtool -rwxr-xr-x 1 marcelo marcelo 146908 Jun 19 22:49 libtool The libtool.m4 I'm copying to m4 is the 1.4 one. The one in m4 is older, and it looks for a ltconfig script that the current libtoolize script won't copy (it doesn't exist anymore) > I'm including the matypes.h file in the tarballs that I make. Oh, ok. -- Marcelo |