Old Z39.50 codecs gone. Added ZOOM. WRBUF MARC display util.
[yaz-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.4 2001-10-23 21:00:19 adam Exp $
3 set -x
4 libtoolize --force || exit 2
5 aclocal || exit 1
6 automake -a || exit 3
7 autoconf || exit 4
8 if [ -f config.cache ]; then
9         rm config.cache
10 fi
11 util/cvs-date.tcl include/yaz/yaz-date.h