Added patch, which involve yazproxy to Character Set and Language
[yazproxy-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.5 2005-02-08 14:06:51 adam Exp $
3 set -x
4 dir=`aclocal --print-ac-dir`
5 aclocal -I .
6 libtoolize --force 
7 automake -a 
8 automake -a 
9 autoconf
10 if [ -f config.cache ]; then
11         rm config.cache
12 fi