ignore more files
[yaz-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.14 2002-08-02 08:20:31 adam Exp $
3 set -x
4 aclocal
5 libtoolize --automake --force 
6 automake -a 
7 autoconf
8 if [ -f config.cache ]; then
9         rm config.cache
10 fi