From: Brian P. <br...@va...> - 2001-06-19 21:50:12
|
"Marcelo E. Magallon" wrote: > > >> 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) That was the problem. I was accidently using an older version of libtool.m4. Compilation is going now... Thanks! -Brian |