]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Linking executables): Reorder paragraphs.
authorStefan Sperling <stsp@elego.de>
Fri, 30 Nov 2007 04:19:20 +0000 (04:19 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 30 Nov 2007 04:19:20 +0000 (04:19 +0000)
ChangeLog
doc/libtool.texi

index fb1a4cc11dcd6c4a7ff749603ef585fb3c1ec616..20dc50f99bf85e72672933b32841e29988dd992d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-30  Stefan Sperling  <stsp@elego.de>  (tiny change)
+
+       * doc/libtool.texi (Linking executables): Reorder paragraphs.
+
 2007-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Avoid mixing functions and data pointers in callback functions.
index 4f923551c6761381616e83f63f9e1ac4ab4ccc70..aabeca99e744e5ae503e04844ea1d6015b105b43 100644 (file)
@@ -714,6 +714,12 @@ burger$
 Note that libtool added the necessary run-time path flag, as well as
 @samp{-lm}, the library libhello.la depended upon.  Nice, huh?
 
+@cindex wrapper scripts for programs
+@cindex program wrapper scripts
+Notice that the executable, @code{hell}, was actually created in the
+@file{@value{objdir}} subdirectory.  Then, a wrapper script was created
+in the current directory.
+
 Since libtool created a wrapper script, you should use libtool to
 install it and debug it too.  However, since the program does not depend
 on any uninstalled libtool library, it is probably usable even without
@@ -721,13 +727,6 @@ the wrapper script.  Libtool could probably be made smarter to avoid the
 creation of the wrapper script in this case, but this is left as an
 exercise for the reader.
 
-
-@cindex wrapper scripts for programs
-@cindex program wrapper scripts
-Notice that the executable, @code{hell}, was actually created in the
-@file{@value{objdir}} subdirectory.  Then, a wrapper script was created
-in the current directory.
-
 On NetBSD 1.2, libtool encodes the installation directory of
 @file{libhello}, by using the @samp{-R/usr/local/lib} compiler flag.
 Then, the wrapper script guarantees that the executable finds the