I have applied the patch below to branch-1-5.  Please excuse my
ignorance of the usual commit rules at the moment, I definitely
want 1.5.18 out today, and mailing list latency is on the order
of 24 hours, as far as I can see.

I'm happy ot discuss a nicer version of this patch for branch-2-0
and HEAD.

Regards,
Ralf

2005-05-16  Ralf Wildenhues  <[EMAIL PROTECTED]>

        * doc/libtool.texi (Distributing libltdl): Add note that
        `libltdl/Makefile' should not be configured by toplevel `configure.ac'.
        Reported by Gideon Go <[EMAIL PROTECTED]>.

Index: doc/libtool.texi
===================================================================
RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v
retrieving revision 1.134.2.9
diff -u -r1.134.2.9 libtool.texi
--- doc/libtool.texi    23 Apr 2005 06:09:52 -0000      1.134.2.9
+++ doc/libtool.texi    16 May 2005 08:53:41 -0000
@@ -3558,7 +3558,10 @@
 with programs that include @file{ltdl.h}.  It is up to you to use
 @samp{AC_SUBST} to ensure that this variable will be available in
 @file{Makefile}s, or add them to variables that are @samp{AC_SUBST}ed by
-default, such as @var{LIBS} and @var{CPPFLAGS}.
+default, such as @var{LIBS} and @var{CPPFLAGS}.  Also note that you should
+not include @file{libltdl/Makefile} in the list of files to be configured
+from your toplevel @file{configure.in}; this is done by
[EMAIL PROTECTED]/configure.ac}.
 
 If you're using the convenience libltdl, @var{LIBLTDL} will be the
 pathname for the convenience version of libltdl and @var{LTDLINCL} will be


Reply via email to