> Hmm.  Do you have the ACLOCAL environment variable set?  What I see
> above is 'aclocal -I /usr/share/aclocal' -I m4*.  The quotes should not
> be present.  It is treating the entire quoted string, 'aclocal -I
> /usr/share/aclocal' as the file name.
>
> Yes apparently I do:
*$ echo $ACLOCAL*
*aclocal -I /usr/share/aclocal*

On another note, after doing research online, I managed to find a
workaround for installing *'libuv-1.31.0*' by running the following instead:

* $ autoreconf -ivf*



*autoreconf: running: aclocal -I /usr/share/aclocal --force -I
m4autoreconf: configure.ac <http://configure.ac>: tracingautoreconf:
running: libtoolize --copy --force*
*...*

*autoreconf: running: automake --add-missing --copy --force-missing*
*...*

*$ ./configure --prefix=/usr --disable-static &&make && make install *

I have yet to test this on another package so far, but apparently I cannot
run *autogen.sh* for locating the .m4 files, but running *autoreconf*
instead will fix the issue.

-- Jared
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to