diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-17 15:34:14 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-17 15:34:14 +0000 |
commit | dade806ff9455144c32669dd78b67b6c63406bbb (patch) | |
tree | 666fa23e853923105e47b9ca22fb65e91752804a | |
parent | 54effa39c75994f98cf9bed80252da3dac7dbcc6 (diff) |
updated deps for sed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1622 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/sed-dep.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/appendixa/sed-dep.xml b/appendixa/sed-dep.xml index 1ae8a9ecb..9c0aa217e 100644 --- a/appendixa/sed-dep.xml +++ b/appendixa/sed-dep.xml @@ -4,15 +4,21 @@ <para>Sed-&sed-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, cp, ls, mv, rm -gcc: cc -grep: egrep, grep +fileutils: chmod, install, ls, mv, rm +gcc: cc1, collect2, cpp0, gcc +glibc: getconf +grep: egrep, fgrep, grep +m4: m4 make: make +mawk: mawk sed: sed -sh-utils: basename, expr, sleep +sh-utils: echo, expr, hostname, sleep +texinfo: install-info, makeinfo textutils: cat, tr </literallayout> |