Call automake twice to avoid missing depcomp
[idzebra-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.10 2003-05-06 12:09:24 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 automake -a 
12 autoconf
13 if [ -f config.cache ]; then
14         rm config.cache
15 fi