Multiple registers (alpha early)
[idzebra-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.6 2002-04-04 14:14:13 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 test -d isamc || mkdir isamc
10 test -d isamb || mkdir isamb
11 test -d isam || mkdir isam
12 automake -a >/dev/null 2>&1 
13 autoconf
14 if [ -f config.cache ]; then
15         rm config.cache
16 fi