From: Ralf Wildenhues Date: Sun, 18 Dec 2005 22:50:31 +0000 (+0000) Subject: * HACKING: `./libtool --config' is more helpful than `--help'. X-Git-Tag: release-2-1b~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84fc878f6d4710e9e7f26bac6909e0128574b4d5;p=thirdparty%2Flibtool.git * HACKING: `./libtool --config' is more helpful than `--help'. --- diff --git a/ChangeLog b/ChangeLog index 0542af338..1c0195d11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-12-18 Ralf Wildenhues + * HACKING: `./libtool --config' is more helpful than `--help'. + * libltdl/config/ltmain.m4sh : Initialize properly. diff --git a/HACKING b/HACKING index bd5431751..1901d672c 100644 --- a/HACKING +++ b/HACKING @@ -518,7 +518,7 @@ New in @VERSION@: @RELEASE_DATE@ @EXCERPT_FROM_NEWS_FILE@ Please report bugs to , 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 , 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.' --