From: Ralf Wildenhues Date: Tue, 3 Apr 2007 19:09:39 +0000 (+0000) Subject: * doc/libtool.texi (Link mode) <-no-install>: Mention that this X-Git-Tag: release-2-1b~142 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d9eaf09a46a49baa3f575d39a0cd378c52cbf9c;p=thirdparty%2Flibtool.git * doc/libtool.texi (Link mode) <-no-install>: Mention that this still generates a wrapper script on systems without hardcoding. * tests/stresstest.at: Test `-no-install'. * THANKS: Update. Report by Simon Josefsson. --- diff --git a/ChangeLog b/ChangeLog index a5dfe708c..d81af00c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-04-03 Ralf Wildenhues + + * doc/libtool.texi (Link mode) <-no-install>: Mention that this + still generates a wrapper script on systems without hardcoding. + * tests/stresstest.at: Test `-no-install'. + * THANKS: Update. + Report by Simon Josefsson. + 2007-03-30 Matthieu Herrb * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) diff --git a/THANKS b/THANKS index 94af5b2e2..531f2e276 100644 --- a/THANKS +++ b/THANKS @@ -112,6 +112,7 @@ 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 diff --git a/doc/libtool.texi b/doc/libtool.texi index 6ee8e6980..e2de46830 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1384,8 +1384,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. diff --git a/tests/stresstest.at b/tests/stresstest.at index 1dfb128e7..27e7ee9cf 100644 --- a/tests/stresstest.at +++ b/tests/stresstest.at @@ -250,7 +250,7 @@ do do LT_AT_CHECK([eval '$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o "$rel"sub2/liba.la "$rel"sub/a.lo' $linkargs], [0],[ignore],[ignore]) - for st in '' '-static' + for st in '' '-static' '-no-install' do case $st,$l3 in ,-rpath*) mst= ;;