removed yaz-date.h
[yaz-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.12 2002-05-13 18:34:53 adam Exp $
3 aclocal 
4 libtoolize --automake --force 
5 automake -a 
6 autoconf
7 if [ -f config.cache ]; then
8         rm config.cache
9 fi