libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 102-gary-libtool-documentation-nits.patch


From: Gary V . Vaughan
Subject: FYI: 102-gary-libtool-documentation-nits.patch
Date: Sun, 14 Mar 2004 09:43:38 +0000 (GMT)
User-agent: mailnotify/0.2

Applied to HEAD.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://www.oranda.demon.co.uk
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
___________________________________________________________
This commit notification generated by cvsapply version 0.13
http://savannah.gnu.org/projects/cvs-utils
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * doc/libtool.texi (Using Automake): Cite correct Automake version
        for -dlopen quoting.
        (Autoconf and LTLIBOBJS): Cite correct Autoconf versions
        throughout.
        (Distributing libltdl): Use AM_CPPFLAGS; INCLUDES is deprecated.
        From Alexandre Duret-Lutz  <address@hidden>

Index: doc/libtool.texi
===================================================================
RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v
retrieving revision 1.152
diff -u -p -u -r1.152 libtool.texi
--- doc/libtool.texi 5 Mar 2004 17:34:25 -0000 1.152
+++ doc/libtool.texi 14 Mar 2004 03:50:28 -0000
@@ -1615,7 +1615,7 @@ libtool distribution's @file{demo} subdi
 First, to link a program against a libtool library, just use the
 @address@hidden@c
 @c
-With recent @sc{gnu} Automake (1.8 or newer), the flags @samp{-dlopen}
+With recent @sc{gnu} Automake (1.5 or newer), the flags @samp{-dlopen}
 or @samp{-dlpreopen} (@pxref{Link mode}) can be employed with the
 @var{program_LDADD} variable.  Unfortunately, older releases didn't
 accept these flags, so if you are stuck with an ancient Automake, we
@@ -2080,12 +2080,11 @@ AC_SUBST(LTLIBOBJS)
 @end example
 
 @noindent
-This is not only no longer required (since Autoconf 2.50), but will
-in fact trigger error messages from Autoconf 2.53 and newer.  Further,
-this code doesn't take Automake's deansification support into account,
-so wouldn't work correctly in that case even with ancient Autoconfs!
+This is no longer required (since Autoconf 2.50), and doesn't take
+Automake's deansification support into account either, so doesn't work
+correctly even with ancient Autoconfs!
 
-Provided you are using a recent (2.50 or better) incarnation of
+Provided you are using a recent (2.54 or better) incarnation of
 Autoconf, the call to @code{AC_OUTPUT} takes care of setting
 @code{LTLIBOBJS} up correctly, so you can simply delete such snippets
 from your @file{configure.ac} if you had them.
@@ -3805,7 +3804,7 @@ Makefile.am:
 ...
 SUBDIRS = libltdl
 
-INCLUDES = $(LTDLINCL)
+AM_CPPFLAGS = $(LTDLINCL)
 
 myprog_LDFLAGS = -export-dynamic
 # The quotes around -dlopen below fool Automake <= 1.4 into accepting it

reply via email to

[Prev in Thread] Current Thread [Next in Thread]