CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/07/20 15:33:20
Index: HACKING =================================================================== RCS file: /sources/m4/m4/Attic/HACKING,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -b -r1.1.2.1 -r1.1.2.2 --- HACKING 2 Jul 2006 01:34:46 -0000 1.1.2.1 +++ HACKING 20 Jul 2006 15:33:20 -0000 1.1.2.2 @@ -264,7 +264,7 @@ You should download the signature named after any tarball you download, and then verify its integrity with, for example: - gpg --verify [EMAIL PROTECTED] + gpg --verify [EMAIL PROTECTED]@.tar.gz.sig If that command fails because you don't have the required public key, then run this command to import it: @@ -379,8 +379,8 @@ anonymous cvs by using the following commands: $ export CVS_RSH=ssh - $ cvs -z3 -d :pserver:[EMAIL PROTECTED]:/sources/libtool \ - co -r @CVS_RELEASE_TAG@ libtool + $ cvs -z3 -d :pserver:[EMAIL PROTECTED]:/sources/m4 \ + co -r @CVS_RELEASE_TAG@ m4 You will then need to have the latest release versions of Automake (@AUTOMAKE_VERSION@) and Autoconf (@AUTOCONF_VERSION@) installed to @@ -408,7 +408,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Libtool; if not, write to the Free Software +along with GNU M4; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
