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