Character set negotiation updates
[yaz-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.13 2002-07-25 12:52:52 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