3b9d2b1c5aedbc542397048ad4157dc39ca34b0d
[yazproxy-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.3 2004-08-16 12:38:22 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