From 16c5f88ad930a11c9587d2d598bdb4130a0e8905 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 30 Mar 2006 07:46:09 +0000 Subject: [PATCH] List more dependencies --- buildconf.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildconf.sh b/buildconf.sh index d7537b8..d64d1c1 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.9 2006-03-28 20:00:15 adam Exp $ +# $Id: buildconf.sh,v 1.10 2006-03-30 07:46:09 adam Exp $ if automake --version|head -1 |grep '1\.[4-7]'; then echo "automake 1.4-1.7 is active. You should use automake 1.8 or later" if test -f /etc/debian_version; then @@ -70,7 +70,7 @@ Or just build the Debian packages without configuring dpkg-buildpackage -rfakeroot When building from a CVS checkout, you need these Debian tools: - docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex, - libxslt1-dev, libyaz++-dev + autoconf, automake, libtool, gcc, docbook-utils, docbook, docbook-xml, + docbook-dsssl, jade, jadetex, libxslt1-dev, libyazpp1-dev EOF fi -- 1.7.10.4