X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=buildconf.sh;h=121a2cf61e21efe933e641b45016ecc24497b693;hb=c7fcd39a6326f4d07c5ce6f286ee713e6150d681;hp=9dc4045b99b51598be439a50f216f8aa9ee9e3e2;hpb=bc825e54a77b0cb7f8a28204a2f3fd4c76e2e88d;p=metaproxy-moved-to-github.git diff --git a/buildconf.sh b/buildconf.sh index 9dc4045..121a2cf 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.5 2005-10-25 15:17:47 adam Exp $ +# $Id: buildconf.sh,v 1.6 2006-03-28 16:56:33 adam Exp $ if automake --version|head -1 |grep '1\.[4-7]'; then echo "automake 1.4-1.7 is active. You should use automake 1.8 or later" @@ -11,7 +11,9 @@ if automake --version|head -1 |grep '1\.[4-7]'; then fi set -x -aclocal -I m4 + +# I am tired of underquoted warnings for Tcl macros +aclocal -I m4 2>&1 | grep -v aclocal/tcl.m4 autoheader libtoolize --automake --force automake --add-missing