From 7d3aade673ddbac8e1938e23ea99ac8081bbdf54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 30 May 2007 16:55:47 +0000 Subject: [PATCH] * added two autoheader and gawk to the list of dependencies git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21277 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- ReadMe.cross-compile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ReadMe.cross-compile b/ReadMe.cross-compile index dbb5d7e6de..0bb815f823 100644 --- a/ReadMe.cross-compile +++ b/ReadMe.cross-compile @@ -22,6 +22,8 @@ Haiku's build system itself: * bison * flex and lex (usually a mini shell script invoking flex) * makeinfo (part of texinfo, needed for building gcc 4 only) + * autoheader (part of autoconf, needed for building gcc) + * gawk Whether they are installed can be tested for instance by running them in the shell with the "--version" parameter.