aclocal and setalternatives

Brian Dessent brian@dessent.net
Wed Aug 31 08:02:00 GMT 2005


Stephen & Linda Smith wrote:

> I am getting the following error message when running aclocal
> 
> development $ aclocal
> /usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of
> AM_PATH_LIBSMI
>   run info '(automake)Extending aclocal'
>   or see
> http://sources.redhat.com/automake/automake.html#Extending-aclocal
> /usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of
> AC_CHECK_FT2
> /usr/share/aclocal/cppunit.m4:4: warning: underquoted definition of
> AM_PATH_CPPUNIT

Those aren't errors, they are warnings.  They just mean that the m4
macros included with those packages (freetype2, libsmi, cppunit) are
possibly underquoted.  Ideally, those errors should be reported to the
upstream authors of those packages so that the quoting can be adjusted,
but realistically the warnings mean nothing and can be ignored. 
(Unless, of course, you actually are running into a problem caused by
insufficient quoting, but that would be a very different error message.)

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list