[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

tweak lib-link.m4

2008-03-11 Thread Bruno Haible
This fixes an interaction between define([NAME], ...) in one macro and undefine([NAME]) in another macro. 2008-03-11 Bruno Haible [EMAIL PROTECTED] Avoid conflicts between local macro definitions. * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,

bootstrap for SVN

2008-03-11 Thread Sergey Poznyakoff
Hello, I have installed the following change to make bootstrap work better with SVN repositories: diff --git a/build-aux/bootstrap b/build-aux/bootstrap index cf6b73b..1a24e82 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -415,6 +415,8 @@ version_controlled_file() {

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. This