Updated buildconf.sh.
[idzebra-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.2 2001-02-21 11:22:54 adam Exp $
3 dir=`aclocal --print-ac-dir`
4 if [ -f $dir/yaz.m4 ]; then
5         aclocal
6 else
7         aclocal -I .
8 fi
9 automake -a
10 autoconf