From: Adam Dickmeiss Date: Tue, 6 May 2003 12:09:53 +0000 (+0000) Subject: Call automake twice to avoid missing depcomp X-Git-Tag: YAZPP.0.6~22 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=522e22bcfa136cc57a437d63f07f363820fb51cb Call automake twice to avoid missing depcomp --- diff --git a/buildconf.sh b/buildconf.sh index 165b93e..f003801 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.9 2002-09-10 12:00:20 adam Exp $ +# $Id: buildconf.sh,v 1.10 2003-05-06 12:09:53 adam Exp $ set -x dir=`aclocal --print-ac-dir` if [ -f $dir/yaz.m4 ]; then @@ -9,6 +9,7 @@ else fi libtoolize --force automake -a +automake -a autoconf if [ -f config.cache ]; then rm config.cache