[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [msmtp-users] Error in autoreconf -i



Hi!

On Sun, 24 Mar 2013 17:40:21 +0530, Joe Philip Ninan wrote:
> Now in ./configure stage I am getting the following error at the end.
> ---------------
> checking for library containing nanosleep... none required
> checking for library containing socket... none required
> ./configure: line 7357: syntax error near unexpected token
> `libgnutls,' ./configure: line 7357: `
> PKG_CHECK_MODULES(libgnutls, gnutls >= 0.0, HAVE_LIBGNUTLS=1,
> HAVE_LIBGNUTLS=0)'
> ----------------------------------------------------- I have
> re-installed latest version of libgnutls and its dependencies. But
> still I'm getting this error. Thanking you,

Then you also need the pkgconfig package, which provides the
PKG_CHECK_MODULES macro. Strange that autoconf does not give an error
about this when creating the configure script.

Martin