diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-17 15:50:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-17 15:50:48 +0000 |
commit | b99965e7760ded82aace7355ae3eedfd9e240ad2 (patch) | |
tree | 36c4593a94ccbfbe29301ad481778f9c4a3fc093 | |
parent | 6080406db63cd510e17aa187e000f89f83e31dc3 (diff) |
updated deps for tar
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/tar-dep.xml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/appendixa/tar-dep.xml b/appendixa/tar-dep.xml index 0365d43b7..c11a0dd3a 100644 --- a/appendixa/tar-dep.xml +++ b/appendixa/tar-dep.xml @@ -4,16 +4,24 @@ <para>Tar-&tar-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, ln, ls, mv, rm -gcc: cc -grep: egrep, grep +fileutils: chmod, 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 +net-tools: hostname patch: patch sed: sed -sh-utils: basename, expr, sleep, uname +sh-utils: basename, echo, expr, sleep, uname +texinfo: install-info, makeinfo textutils: cat, tr </literallayout> |