]> 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:09:39 +0000 (19:09 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 3 Apr 2007 19:09:39 +0000 (19:09 +0000)
still generates a wrapper script on systems without hardcoding.
* tests/stresstest.at: Test `-no-install'.
* THANKS: Update.
Report by Simon Josefsson.

ChangeLog
THANKS
doc/libtool.texi
tests/stresstest.at

index a5dfe708c7a1b2dab05bfa95f7d51120a203ce3b..d81af00c095844e6e9cd419add7316efa0a5987a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+       * tests/stresstest.at: Test `-no-install'.
+       * THANKS: Update.
+       Report by Simon Josefsson.
+
 2007-03-30   Matthieu Herrb  <matthieu.herrb@laas.fr>
 
        * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
diff --git a/THANKS b/THANKS
index 94af5b2e2da89d0205932d14b4bbef9a4499596f..531f2e276a9d40aa152476dd63e0c5018710ea6e 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
index 6ee8e6980e708328d143ad1bab25cebc516ff33f..e2de46830e03117ba06cee2525aff0656d898aa7 100644 (file)
@@ -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.
index 1dfb128e7781c76ddb85219adc0476ecde269bce..27e7ee9cf7a31859c7ffcc319e77ab8cd7969472 100644 (file)
@@ -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= ;;