17d2eebeac0d9f1a6240358ecb9c5519a38211a6
[yazproxy-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.1 2004-04-11 11:36:46 adam Exp $
3 set -x
4 dir=`aclocal --print-ac-dir`
5 if [ -f $dir/yaz.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