From 2c0c25a2e9e58abec835eb8eaf27404e5507c522 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 3 Apr 2007 19:10:09 +0000 Subject: [PATCH] * 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. --- ChangeLog | 7 +++++++ THANKS | 2 ++ doc/libtool.texi | 5 +++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b661d4e0d..fc9d735f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-04-03 Ralf Wildenhues + + * 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 * libtool.m4 (_LT_AC_LANG_CXX_CONFIG, AC_LIBTOOL_PROG_LD_SHLIBS) diff --git a/THANKS b/THANKS index 59fd88559..6349a7170 100644 --- a/THANKS +++ b/THANKS @@ -112,7 +112,9 @@ 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 diff --git a/doc/libtool.texi b/doc/libtool.texi index d4a9432e8..61df7f4f0 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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. -- 2.47.2