faa11cf0174135a92e9391fc08fd68675a9df74d
[yaz-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.15 2003-05-06 11:37:18 adam Exp $
3 set -x
4 aclocal
5 libtoolize --automake --force 
6 automake --add-missing 
7 autoconf
8 if [ -f config.cache ]; then
9         rm config.cache
10 fi