Re: [PATCH] split AC_LIB_LINKFLAGS_BODY for multi-library packages

2008-03-12 Thread Sam Steingold
: [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

Re: [PATCH] split AC_LIB_LINKFLAGS_BODY for multi-library packages

2008-03-12 Thread Bruno Haible
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

Re: [PATCH] split AC_LIB_LINKFLAGS_BODY for multi-library packages

2008-03-12 Thread Bruno Haible
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

Re: [PATCH] split AC_LIB_LINKFLAGS_BODY for multi-library packages

2008-03-12 Thread Sam Steingold
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

Re: [PATCH] split AC_LIB_LINKFLAGS_BODY for multi-library packages

2008-03-12 Thread Sam Steingold
-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

Re: [PATCH] split AC_LIB_LINKFLAGS_BODY for multi-library packages

2008-03-11 Thread Bruno Haible
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

[PATCH] split AC_LIB_LINKFLAGS_BODY for multi-library packages

2008-03-11 Thread Sam Steingold
-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