X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;h=3b9d2b1c5aedbc542397048ad4157dc39ca34b0d;hp=8089ab2be8464d5df7d33dc494958b1177fca40f;hb=737c207382e09b33e60af82897e0509786606a87;hpb=033f582c1c559de68dbb7e5771c1850964935b6a diff --git a/buildconf.sh b/buildconf.sh index 8089ab2..3b9d2b1 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,12 +1,12 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.2 2004-04-11 14:25:50 adam Exp $ +# $Id: buildconf.sh,v 1.3 2004-08-16 12:38:22 adam Exp $ set -x dir=`aclocal --print-ac-dir` -if [ -f $dir/yazpp.m4 ]; then - aclocal -else +#if [ -f $dir/yazpp.m4 ]; then +# aclocal +#else aclocal -I . -fi +#fi libtoolize --force automake -a automake -a