From 1ecd49d730df37f92f997957e2c9f32158bc5d0f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 24 May 2006 16:21:02 +0000 Subject: [PATCH] Update info about depending packages --- buildconf.sh | 14 +++++++------- configure.ac | 5 +---- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/buildconf.sh b/buildconf.sh index 942a9e9..69a942a 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.34 2006-05-23 19:13:44 adam Exp $ +# $Id: buildconf.sh,v 1.35 2006-05-24 16:21:02 adam Exp $ automake=automake aclocal=aclocal @@ -87,17 +87,17 @@ EOF Or just build the Debian packages without configuring dpkg-buildpackage -rfakeroot -When building from a CVS checkout, you need these Debian tools: - autoconf, automake, bison, gcc, libtool, - docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex, - libxslt1-dev, libssl-dev, libreadline5-dev, libwrap0-dev, any tcl +When building from a CVS checkout, you need these Debian packages: + autoconf, automake, libtool, gcc, bison, any tcl, + xsltproc, docbook, docbook-xml, docbook-xsl, + libxslt1-dev, libssl-dev, libreadline5-dev, libwrap0-dev EOF fi if [ "`uname -s`" = FreeBSD ]; then cat <