]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* HACKING: Update.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 17 Feb 2007 09:59:05 +0000 (09:59 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 17 Feb 2007 09:59:05 +0000 (09:59 +0000)
ChangeLog
HACKING

index 5e9e4464aada845e874944a9e42740c56fa3c7c4..2a21bc6bc9a9d0e80fe8d8a6cef128c472761ae3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-02-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * HACKING: Update.
+
        * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [ linux ]
        <whole_archive_flag_spec>: For Sun C/C++ 5.9, do not add
        /dev/null as dummy object, it fails with GNU ld version
diff --git a/HACKING b/HACKING
index e9a6e3c4525960687b90bedc13180f4b3abd7408..855f0cdd65f1cfb66eb853c77773aa54fcd90ac1 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -493,7 +493,7 @@ Here are the gpg detached signatures:
 You should download the signature named after any tarball you download,
 and then verify its integrity with, for example:
 
-  gpg --verify libtool-@VERSION.tar.gz.sig
+  gpg --verify libtool-@VERSION@.tar.gz.sig
 
 Here are the MD5 and SHA1 checksums:
 
@@ -512,12 +512,11 @@ This release was bootstrapped with @BOOTSTRAP_TOOLS_WITH_VERSIONS@,
 but is useable with @COMPATIBLE_AUTOTOOL_VERSIONS@ in your own
 projects.
 
-Alternatively, you can fetch the unbootstrapped sourcecode from
-anonymous cvs by using the following commands:
+Alternatively, you can fetch the unbootstrapped source code from
+anonymous cvs by using the following command:
 
-  $ export CVS_RSH=ssh
   $ cvs -z3 -d :pserver:anonymous@cvs.sv.gnu.org:/sources/libtool \
-  co -r @CVS_RELEASE_TAG@ libtool
+    co -r @CVS_RELEASE_TAG@ libtool
 
 You will then need to have recent (possibly as yet unreleased) versions
 of Automake and Autoconf installed to bootstrap the checked out
@@ -529,6 +528,7 @@ New in @VERSION@: @RELEASE_DATE@
 
 Please report bugs to <bug-libtool@gnu.org>, along with the verbose
 output of any failed test groups, and the output from `./libtool --config.'
+The README file explains how to capture the verbose test output.
 
 
 
@@ -580,7 +580,7 @@ Here are the gpg detached signatures:
 You should download the signature named after any tarball you download,
 and then verify its integrity with, for example:
 
-  gpg --verify libtool-@VERSION.tar.gz.sig
+  gpg --verify libtool-@VERSION@.tar.gz.sig
 
 Here are the MD5 and SHA1 checksums:
 
@@ -597,13 +597,12 @@ This release was bootstrapped with @BOOTSTRAP_TOOLS_WITH_VERSIONS@,
 but is useable with @COMPATIBLE_AUTOTOOL_VERSIONS@ in your own
 projects.
 
-Alternatively, you can fetch the unbootstrapped sourcecode from
-anonymous cvs by using the following commands (just hit return when
+Alternatively, you can fetch the unbootstrapped source code from
+anonymous cvs by using the following command (just hit return when
 you are prompted for the password):
 
-  $ export CVS_RSH=ssh
   $ cvs -z3 -d :pserver:anonymous@cvs.sv.gnu.org:/sources/libtool \
-  co -r @CVS_RELEASE_TAG@ libtool
+    co -r @CVS_RELEASE_TAG@ libtool
 
 You will then need to have the latest release versions of Automake
 (@AUTOMAKE_VERSION@) and Autoconf (@AUTOCONF_VERSION@) installed to
@@ -611,6 +610,7 @@ 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 --config.'
+The README file explains how to capture the verbose test output.
 
 
 --