diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-16 23:31:18 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-16 23:31:18 +0000 |
commit | 9c6a455a2d3bbe7768a5bdd5e4487cfdca46bb5b (patch) | |
tree | e49dbf0a9b19d5f553b44612fdc39b3940d49b8f /appendixa/grep-dep.xml | |
parent | 94cd218038664fdc7fde2f793c8f73a1a19eedae (diff) |
updated deps for grep
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1610 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/grep-dep.xml')
-rw-r--r-- | appendixa/grep-dep.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/appendixa/grep-dep.xml b/appendixa/grep-dep.xml index 9c65473d3..06497523d 100644 --- a/appendixa/grep-dep.xml +++ b/appendixa/grep-dep.xml @@ -4,15 +4,22 @@ <para>Grep-&grep-depversion; needs the following to be installed:</para> <literallayout> +autoconf: autoconf, autoheader +automake: aclocal, automake bash: sh -binutils: ar, as, ld +binutils: as, ld diffutils: cmp -fileutils: chmod, cp, ln, ls, mkdir, rm -gcc: cc -grep: egrep, grep +fileutils: chmod, install, ls, mkdir, mv, rm +gettext: msgfmt, xgettext +gcc: cc, cc1, collect2, cpp0, gcc +glibc: getconf +grep: egrep, fgrep, grep +m4: m4 make: make +mawk: mawk sed: sed -sh-utils: basename, expr, sleep, uname +sh-utils: basename, echo, expr, hostname, sleep, uname +texinfo: install-info, makeinfo textutils: cat, tr </literallayout> |