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
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() {
g
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,
AC_LIB_L
-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