Use = rather == in test (for Perl)
[idzebra-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.9 2002-11-26 20:15:44 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 automake -a 
11 autoconf
12 if [ -f config.cache ]; then
13         rm config.cache
14 fi