bug-gnulib
[Top][All Lists]
Advanced

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

Re: The havelib module


From: Bruno Haible
Subject: Re: The havelib module
Date: Mon, 9 Feb 2009 00:42:33 +0100
User-agent: KMail/1.9.9

Sylvain Beucler wrote:
> > > I got confused because `./configure --help` documents
> > > '--with-libmylib-prefix', but doesn't mention '--with-mylib'.

If you use AC_LIB_LINKFLAGS, there is no --with[out]-mylib option,
only a --with[out]-libmylib-prefix option. --without-libmylib-prefix
instructs the configure file to not make special effort to search
for libmylib.

If libmylib may or may not be present, you better use
AC_LIB_HAVE_LINKFLAGS instead of AC_LIB_LINKFLAGS, and provide an
AC_ARG_WITH([libmylib], ...) by yourself.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]