Added Debian package build.
[yaz-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.3 2001-05-16 07:37:39 adam Exp $
3 aclocal || exit 1
4 libtoolize --force >/dev/null 2>&1 || exit 2
5 automake -a >/dev/null 2>&1 || exit 3
6 autoconf || exit 4
7 if [ -f config.cache ]; then
8         rm config.cache
9 fi
10 util/cvs-date.tcl include/yaz/yaz-date.h