Update Bib-1/SRU diagnostic map for 236, 1015
[yaz-moved-to-github.git] / buildconf.sh
index bb7e1b8..bc1f6e2 100755 (executable)
@@ -6,6 +6,7 @@ autoconf=autoconf
 libtoolize=libtoolize
 autoheader=autoheader
 
+test -d autom4te.cache && rm -r autom4te.cache
 test -d config || mkdir config
 if [ -d .git ]; then
     git submodule init
@@ -119,8 +120,6 @@ When building from Git, you need these Debian packages:
   libxslt1-dev libgnutls-dev libreadline5-dev libwrap0-dev
   pkg-config libicu-dev 
 
-Also perhaps: libgnutls-dev libicu-dev
-
 And if you want to make a Debian package: dpkg-dev fakeroot debhelper
 (Then run "dpkg-buildpackage -rfakeroot" in this directory.)
 
@@ -129,7 +128,7 @@ EOF
     if [ "`uname -s`" = FreeBSD ]; then
         cat <<EOF
 When building from a Git, you need these FreeBSD Ports:
-  pkg_add -r autoconf262 automake110 libtool bison tcl84 \\
+  pkg_add -r autoconf268 automake111 libtool bison tcl84 \\
              docbook-xsl libxml2 libxslt
   pkg_add -r icu4
 EOF