]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Link mode) <-no-install>: Mention that this
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 3 Apr 2007 19:10:09 +0000 (19:10 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 3 Apr 2007 19:10:09 +0000 (19:10 +0000)
still generates a wrapper script on systems without hardcoding.
* THANKS: Update.
Report by Simon Josefsson.

ChangeLog
THANKS
doc/libtool.texi

index b661d4e0d0ebde23530011b773f56081944f1bf0..fc9d735f3c62e9b84e6330aa15b7ba87481f5e54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * doc/libtool.texi (Link mode) <-no-install>: Mention that this
+       still generates a wrapper script on systems without hardcoding.
+       * THANKS: Update.
+       Report by Simon Josefsson.
+
 2007-03-30   Matthieu Herrb  <matthieu.herrb@laas.fr>
 
        * libtool.m4 (_LT_AC_LANG_CXX_CONFIG, AC_LIBTOOL_PROG_LD_SHLIBS)
diff --git a/THANKS b/THANKS
index 59fd88559bd7ddfe269322482456b27c65c4bf6a..6349a7170a4142faf435b7f48d72f37b36217607 100644 (file)
--- a/THANKS
+++ b/THANKS
   Ralf Menzel                  menzel@ls6.cs.uni-dortmund.de
   Robert Ă–gren                        lists@roboros.com
   Sebastian Wilhelmi           wilhelmi@ira.uka.de
+  Simon Josefsson              jas@extundo.com
   Stephan Kulow                        coolo@kde.org
+  Steve Ellcey                 sje@cup.hp.com
   Steven M. Schultz            sms@wlv.iipo.gtegsc.com
   Sven Verdoolaege             skimo@liacs.nl
   Terry D. Dontje              Terry.Dontje@Sun.COM
index d4a9432e872d54f497879b6e8ce465640db8890d..61df7f4f0d4540f04afc227504d125115975bd40 100644 (file)
@@ -1273,8 +1273,9 @@ if the program won't be necessarily installed.
 
 @item -no-install
 Link an executable @var{output-file} that can't be installed and
-therefore doesn't need a wrapper script.  Useful if the program is only
-used in the build tree, e.g., for testing or generating other files.
+therefore doesn't need a wrapper script on systems that allow hardcoding
+of library paths.  Useful if the program is only used in the build tree,
+e.g., for testing or generating other files.
 
 @item -no-undefined
 Declare that @var{output-file} does not depend on any other libraries.