From 663d8cb7f0456d53b02d26f85dae90435a867c99 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 20 Mar 2006 09:38:13 +0000 Subject: [PATCH] Fix typo "libtools" (is now "libtool") --- buildconf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildconf.sh b/buildconf.sh index 8c0cf2f..8dbf874 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.23 2006-02-01 20:11:22 adam Exp $ +# $Id: buildconf.sh,v 1.24 2006-03-20 09:38:13 mike Exp $ set -x aclocal -I . libtoolize --automake --force @@ -61,7 +61,7 @@ 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, libtools, + autoconf, automake, bison, gcc, libtool, docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, jadetex, libxml2-dev, libssl-dev, libreadline4-dev, libwrap0-dev, any tcl EOF -- 1.7.10.4