From fd152435a63e5853ecc606790a80b07ab90db3cc Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Jul 2010 20:15:57 +0200 Subject: [PATCH] scripts/checkdeps: update dependencies Signed-off-by: Stephan Raue --- scripts/checkdeps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkdeps b/scripts/checkdeps index d9e0209ad4..5badaf08dc 100755 --- a/scripts/checkdeps +++ b/scripts/checkdeps @@ -14,7 +14,7 @@ case $1 in ;; build) deps="gcc g++ sed patch touch nasm tar bzip2 gzip perl flex bison cp gawk makeinfo gettext gperf libtool diff byacc xsltproc" - deps_pkg="gcc g++ sed patch fileutils nasm tar bzip2 gzip perl flex bison coreutils gawk texinfo gettext gperf libtool diff byacc xsltproc" + deps_pkg="gcc g++ sed patch fileutils nasm tar bzip2 gzip perl flex bison coreutils gawk texinfo gettext gperf autoconf automake m4 libtool diff byacc xsltproc" files="/usr/include/stdio.h /usr/include/zlib.h /usr/include/ncurses.h" files_pkg="libc6-dev zlib1g-dev libncurses5-dev" ;;