diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-17 15:37:38 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-17 15:37:38 +0000 |
commit | 7be9960df4a75b8a9cbee6d7695a2dad0f573ba2 (patch) | |
tree | 9b84e48f81b563b3b4d092c675c1e3abdccdec8c | |
parent | dade806ff9455144c32669dd78b67b6c63406bbb (diff) |
updated deps for sh-utils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/shellutils-dep.xml | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/appendixa/shellutils-dep.xml b/appendixa/shellutils-dep.xml index 9cafd6c8e..850b6753f 100644 --- a/appendixa/shellutils-dep.xml +++ b/appendixa/shellutils-dep.xml @@ -4,15 +4,24 @@ <para>Sh-utils-&sh-utils-depversion; needs the following to be installed:</para> <literallayout> +autoconf: autoconf, autoheader +automake: aclocal, automake bash: sh -binutils: ar, as, ld +binutils: ar, as, ld, ranlib diffutils: cmp -fileutils: chmod, chown, cp, ln, ls, mv, rm -gcc: cc -grep: egrep, grep +fileutils: chmod, chown, install, ls, mv, rm +gettext: msgfmt, xgettext +gcc: cc, cc1, collect2, cpp0, gcc +glibc: getconf +grep: egrep, fgrep, grep +m4: m4 make: make +mawk: mawk +perl: perl sed: sed -sh-utils: basename, expr, sleep, uname +sh-utils: basename, echo, expr, hostname, sleep, uname +tar: tar +texinfo: install-info, makeinfo textutils: cat, tr </literallayout> |