X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=ab8ec0c0c3518e1abf911bd8882453ab1c505a17;hb=66291dd47d5d44e4af1e3f9b1158bd5c6a32f0c3;hp=f6560e657ff0887548a4362e9c5ff51abc517bfe;hpb=d27bfe71f168747a2273d2f91ac04c315ae6e47d;p=idzebra-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index f6560e6..ab8ec0c 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.13 2005-03-04 12:00:06 adam Exp $ +# $Id: buildconf.sh,v 1.16 2006-03-20 09:41:08 mike Exp $ set -x dir=`aclocal --print-ac-dir` aclocal -I . @@ -18,7 +18,7 @@ sh_flags="" conf_flags="" case $1 in -d) - sh_flags="-g -Wall" + sh_flags="-g -Wall -O0" enable_configure=true enable_help=false shift @@ -62,7 +62,13 @@ 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, + docbook-utils, docbook, docbook-xml, docbook-dsssl, + docbook-defguide, docbook-website, docbook-xsl, jade, jadetex, libyaz-dev, libexpat1-dev, libtcl8.3-dev, libbz2-dev +and if you want the Alvis/XSLT filter, you also need: + libxslt1-dev + +To build against a YAZ in an adjacent dirctory, use: + CFLAGS="-g -O0" LDFLAGS="-L`pwd`/../yaz/src/.libs" CPPFLAGS="-I../yaz/include" ./configure EOF fi