From: Adam Dickmeiss Date: Tue, 6 May 2003 12:09:10 +0000 (+0000) Subject: Call automake twice to avoid missing depcomp X-Git-Tag: YAZ.2.0.2.RH.2~35 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=0d224465e46c5886cfdd5002b34cd3b239043fb5;hp=84f723fa43e53cdf8e485f2fa51be1550d97c63b Call automake twice to avoid missing depcomp --- diff --git a/buildconf.sh b/buildconf.sh index faa11cf..b534e74 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,9 +1,10 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.15 2003-05-06 11:37:18 adam Exp $ +# $Id: buildconf.sh,v 1.16 2003-05-06 12:09:10 adam Exp $ set -x aclocal libtoolize --automake --force automake --add-missing +automake --add-missing autoconf if [ -f config.cache ]; then rm config.cache