X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=be496e77942885a21b09c4da65ab7c4fbb1cca4b;hp=093a34c7e9b8b517ec0504f8fb9233eeee760d11;hb=76020c413df4fdf9127031270cf734be70055047;hpb=76d66b222afff97cf367a3e7b8bfe045a62d0d57 diff --git a/buildconf.sh b/buildconf.sh index 093a34c..be496e7 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.12 2006-03-28 19:56:04 adam Exp $ +# $Id: buildconf.sh,v 1.14 2006-03-30 16:36:12 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" @@ -12,7 +12,7 @@ fi set -x # I am tired of underquoted warnings for Tcl macros -aclocal -I . 2>&1 | grep -v aclocal/tcl.m4 +aclocal -I m4 2>&1 | grep -v aclocal/tcl.m4 libtoolize --automake --force automake --add-missing autoconf @@ -71,7 +71,8 @@ Or just build the Debian packages without configuring dpkg-buildpackage -rfakeroot When building from a CVS checkout, you need these Debian tools: - libyaz-dev, docbook-utils, docbook, docbook-xml, docbook-dsssl, jade, - jadetex, libxml2-dev, libssl-dev, libreadline4-dev + autoconf, automake, libtool, gcc, libyaz-dev, docbook-utils, docbook, + docbook-xml, docbook-dsssl, jade, jadetex, libxml2-dev, + libssl-dev, libreadline5-dev EOF fi