diff options
Diffstat (limited to 'appendixa/autoconf-dep.xml')
-rw-r--r-- | appendixa/autoconf-dep.xml | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/appendixa/autoconf-dep.xml b/appendixa/autoconf-dep.xml index a30c6892f..1f42c3d59 100644 --- a/appendixa/autoconf-dep.xml +++ b/appendixa/autoconf-dep.xml @@ -4,30 +4,15 @@ <para>Autoconf-&autoconf-depversion; needs the following to be installed:</para> <literallayout> -sh from the bash package - -cmp from the diffutils package - -chmod from the fileutils package -cp from the fileutils package -ls from the fileutils package -mkdir from the fileutils package -mv from the fileutils package -rm from the fileutils package - -m4 from the m4 package - -make from the make package - -perl from the perl package - -sed from the sed package - -basename from the sh-utils package -expr from the sh-utils package - -cat from the textutils package -tr from the textutils package +bash: sh +diffutils: cmp +fileutils: chmod, cp, ls, mkdir, mv, rm +m4: m4 +make: make +perl: perl +sed: sed +sh-utils: basename, expr +textutils: cat, tr </literallayout> </sect2> |