Fixed scan for bad CCL.
[yaz-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.2 2001-02-26 22:52:54 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