X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=buildconf.sh;fp=buildconf.sh;h=be496e77942885a21b09c4da65ab7c4fbb1cca4b;hp=ba45bc904da59d699aedd9b6e8733d830d9d8372;hb=1cf6fe9c2c71f22ad5b0fbcbec8687958dd68be0;hpb=fb334c4fc1a825055a3e01328015190ae6a7bf7f diff --git a/buildconf.sh b/buildconf.sh index ba45bc9..be496e7 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.13 2006-03-30 07:45:55 adam Exp $ +# $Id: buildconf.sh,v 1.14 2006-03-30 16:36:12 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" @@ -12,7 +12,7 @@ fi set -x # I am tired of underquoted warnings for Tcl macros -aclocal -I . 2>&1 | grep -v aclocal/tcl.m4 +aclocal -I m4 2>&1 | grep -v aclocal/tcl.m4 libtoolize --automake --force automake --add-missing autoconf