2fd848b6df7032d233d316347fc131110fa0a8d2
[idzebra-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.3 2001-02-26 21:21:50 adam Exp $
3 dir=`aclocal --print-ac-dir`
4 if [ -f $dir/yaz.m4 ]; then
5         aclocal || exit 1
6 else
7         aclocal -I . || exit 1
8 fi
9 automake -a >/dev/null 2>&1 || exit 2
10 autoconf || exit 3