]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* HACKING: `./libtool --config' is more helpful than `--help'.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 18 Dec 2005 22:50:31 +0000 (22:50 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 18 Dec 2005 22:50:31 +0000 (22:50 +0000)
ChangeLog
HACKING

index 0542af3382b738a8eb355f61abf97cd9935754be..1c0195d11c2367af52fd4a5435ccc7f000d7c7e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-12-18  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * HACKING: `./libtool --config' is more helpful than `--help'.
+
        * libltdl/config/ltmain.m4sh <preserve_args, linknames>:
        Initialize properly.
 
diff --git a/HACKING b/HACKING
index bd54317517584a724caa12d155ec1edbef9404a3..1901d672ce0d74650c15bb19477d3f03405adab0 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -518,7 +518,7 @@ New in @VERSION@: @RELEASE_DATE@
   @EXCERPT_FROM_NEWS_FILE@
 
 Please report bugs to <bug-libtool@gnu.org>, along with the verbose
-output of any failed test groups, and the output from `./libtool --help.'
+output of any failed test groups, and the output from `./libtool --config.'
 
 
 
@@ -600,7 +600,7 @@ You will then need to have the latest release versions of Automake
 bootstrap the checked out sources yourself.
 
 Please report bugs to <bug-libtool@gnu.org>, along with the verbose
-output of any failed test groups, and the output from `./libtool --help.'
+output of any failed test groups, and the output from `./libtool --config.'
 
 
 --