Removed loglevel from struct statserv_options_block -- it was only
[yaz-moved-to-github.git] / buildconf.sh
index c9645af..8dbf874 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.22 2006-01-20 10:34:50 adam Exp $
+# $Id: buildconf.sh,v 1.24 2006-03-20 09:38:13 mike Exp $
 set -x
 aclocal -I .
 libtoolize --automake --force 
@@ -17,7 +17,7 @@ sh_flags=""
 conf_flags=""
 case $1 in
     -d)
-       sh_flags="-g -Wall -ansi"
+       sh_flags="-g -Wall"
        enable_configure=true
        enable_help=false
        shift
@@ -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