Fix for missing depcomp
[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