zless, znew: exit 1 upon --help or --version write failure
[debian/gzip] / README-hacking
index 2106818a9df094d4981161a3c2e0442dac1fe1f3..4f2279faecd6794f0ae21dad5a21e5a8ed25bce9 100644 (file)
@@ -9,10 +9,10 @@ Only the sources are installed in the CVS repository (to ease the
 maintenance, merges etc.), therefore you will have to get the latest
 stable versions of the maintainer tools we depend upon, including:
 
-- Automake <http://www.gnu.org/software/automake/>
-- Autoconf <http://www.gnu.org/software/autoconf/>
-- Tar <http://www.gnu.org/software/tar/>
-- Wget <http://www.gnu.org/software/wget/>
+- Automake <https://www.gnu.org/software/automake/>
+- Autoconf <https://www.gnu.org/software/autoconf/>
+- Tar <https://www.gnu.org/software/tar/>
+- Wget <https://www.gnu.org/software/wget/>
 
 Valgrind <http://valgrind.org/> is also highly recommended, if
 Valgrind supports your architecture.
@@ -26,18 +26,18 @@ Obviously, if you are reading these notes, you did manage to check out
 this package from CVS.  The next step is to get other files needed to
 build, which are extracted from other source packages:
 
-       $ ./bootstrap
+        $ ./bootstrap
 
 And there you are!  Just
 
-       $ ./configure
-       $ make
-       $ make check
+        $ ./configure
+        $ make
+        $ make check
 
 At this point, there should be no difference between your local copy,
 and the CVS master copy:
 
-       $ cvs diff
+        $ cvs diff
 
 should output no difference.
 
@@ -45,8 +45,7 @@ Enjoy!
 
 -----
 
-Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
-Inc.
+Copyright (C) 2002-2006, 2009-2017 Free Software Foundation, Inc.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by