It is yazproxy instead of yaz-proxy
[yazproxy-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.2 2004-04-11 14:25:50 adam Exp $
3 set -x
4 dir=`aclocal --print-ac-dir`
5 if [ -f $dir/yazpp.m4 ]; then
6         aclocal
7 else
8         aclocal -I . 
9 fi
10 libtoolize --force 
11 automake -a 
12 automake -a 
13 autoconf
14 if [ -f config.cache ]; then
15         rm config.cache
16 fi