diff DEPENDENCIES @ 8632:92ba6d25f815

Weaken m4 dependency.
author Eric Blake <ebb9@byu.net>
date Wed, 04 Apr 2007 01:19:00 +0000
parents da8e4112f054
children 3aa08ba8109a
line wrap: on
line diff
--- a/DEPENDENCIES	Wed Apr 04 00:45:45 2007 +0000
+++ b/DEPENDENCIES	Wed Apr 04 01:19:00 2007 +0000
@@ -1,25 +1,26 @@
 The following packages are needed by maintainers for using 'gnulib-tool':
 
-* A C runtime and compiler (e.g. GNU gcc 2.95 or newer).
-  + Mandatory.
-  + Homepage:
+* A C runtime and compiler.
+  + Mandatory, platform cc gives good portability exposure.
+  + GCC Homepage (GNU gcc 2.95 or newer):
     http://gcc.gnu.org/
   + Download:
     http://ftp.gnu.org/gnu/gcc/
     ftp://ftp.gnu.org/gnu/gcc/
 
-* A 'make' utility (e.g. GNU make 3.79.1 or newer).
-  + Mandatory.
-  + Homepage:
+* A 'make' utility.
+  + Mandatory, platform make gives good portability exposure.
+  + VPATH builds often need GNU make 3.79.1 or newer.
+  + GNU Make Homepage:
     http://www.gnu.org/software/make/
   + Download:
     http://ftp.gnu.org/gnu/make/
     ftp://ftp.gnu.org/gnu/make/
 
-* GNU m4 1.4.9 or newer.
+* GNU m4 1.4.5 or newer.
   + Mandatory.
-    Autoconf requires GNU m4 1.4 or newer, and Autoconf 2.61 triggers bugs
-    in GNU m4 < 1.4.8.
+    Autoconf 2.62 requires GNU m4 1.4.5 or newer, and Autoconf 2.61 triggers
+    bugs in GNU m4 < 1.4.5.
   + Homepage:
     http://www.gnu.org/software/m4/
   + Download: