X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=buildconf.sh;h=9c3d450506cd2cf1b6972f2633c1b0d8794ff40a;hb=93d44a21d1aa585bb7f68d23a7590fc38ccb62a6;hp=726f10bd0b4ceb3f39480c8ee45ab3bbff459e79;hpb=f1a9ed95b17effaee3cb8a3e8117d94030ea3b21;p=idzebra-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 726f10b..9c3d450 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,12 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.1 2001-02-21 09:52:39 adam Exp $ +# $Id: buildconf.sh,v 1.12 2004-09-27 10:44:47 adam Exp $ +set -x +dir=`aclocal --print-ac-dir` aclocal -I . -automake -a +libtoolize --automake --force +automake -a +automake -a autoconf +if [ -f config.cache ]; then + rm config.cache +fi