: [PATCH] split AC_LIB_LINKFLAGS_BODY for multi-library packages
Date: Thu, 13 Mar 2008 03:38:00 +0100
User-Agent: KMail/1.5.4
Cc: bug-gnulib@gnu.org
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Conten
Sam Steingold wrote:
> >AC_LIB_FROMPACKAGE(avcall, ffcall)
> >AC_LIB_FROMPACKAGE(vacall, ffcall)
>
> you mean
> AC_LIB_FROMPACKAGE(avcall, libffcall)
> right?
Right. Now that the package 'ffcall' has been renamed to 'libffcall', the
second argument of AC_LIB_FROMPACKAGE should be [libffca
Sam Steingold wrote:
> | *** m4/lib-link.m4.orig 2008-03-12 05:46:15.0 +0100
> | --- m4/lib-link.m4 2008-03-12 05:44:50.0 +0100
> | ***
> | *** 1,4
> | ! # lib-link.m4 serial 14 (gettext-0.18)
> please add "# -*- Autoconf -*-" here.
We have several hundred *.m
Bruno Haible wrote:
AC_LIB_FROMPACKAGE(avcall, ffcall)
AC_LIB_FROMPACKAGE(vacall, ffcall)
you mean
AC_LIB_FROMPACKAGE(avcall, libffcall)
right?
*** m4/lib-link.m4.orig 2008-03-12 05:46:15.0 +0100
--- m4/lib-link.m4 2008-03-12 05:44:50.0 +0100
this adds extra 8 bla
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bruno Haible wrote:
| Sam Steingold wrote:
|> some packages (e.g., GNU libffcall) install multiple libraries, so
|> AC_LIB_LINKFLAGS_BODY is insufficient for detecting them.
|> this patch splits AC_LIB_LINKFLAGS_BODY into two parts: for adding a
|> -w
Sam Steingold wrote:
> some packages (e.g., GNU libffcall) install multiple libraries, so
> AC_LIB_LINKFLAGS_BODY is insufficient for detecting them.
> this patch splits AC_LIB_LINKFLAGS_BODY into two parts: for adding a
> -with-libname-prefix command line switch and for searching for libraries.
T
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
some packages (e.g., GNU libffcall) install multiple libraries, so
AC_LIB_LINKFLAGS_BODY is insufficient for detecting them.
this patch splits AC_LIB_LINKFLAGS_BODY into two parts: for adding a
- -with-libname-prefix command line switch and for search