Update NEWS
[yaz-moved-to-github.git] / buildconf.sh
index bb7e1b8..b2edcf6 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.)