]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Improve list of 'configure' prereqs
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Apr 2025 19:14:41 +0000 (12:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Apr 2025 19:14:41 +0000 (12:14 -0700)
* doc/install.texi (Installation Prerequisites):
Use a more-accurate list.

doc/install.texi

index cf9a9c67fcbc410d5fc8a4f011b861bd97d04dd0..f9e5e7fa693c5a6a7cc71af8092c951901cde1ee 100644 (file)
@@ -136,17 +136,18 @@ you can type @samp{make uninstall} to remove the installed files.
 @section Installation Prerequisites
 
 Installation requires a POSIX-like environment
-with a shell and the following standard utilities:
+with a shell and at least the following standard utilities:
 
 @example
-[ awk cat cmp cp diff echo expr false
-grep ls mkdir mv printf pwd rm rmdir
-sed sort test touch tr true
+awk cat cp diff echo expr false
+grep ls mkdir mv printf pwd
+rm rmdir sed sort test tr
 @end example
 
 @noindent
-Depending on the package, other programs may be needed,
-such as a compiler for the language the package is written in.
+This package's installation may need other standard utilities such as
+@command{cmp}, @command{make}, @command{sleep} and @command{touch},
+along with compilers like @command{gcc}.
 
 @node Compilers and Options
 @section Compilers and Options