From: Adam Dickmeiss Date: Thu, 7 Dec 2000 13:27:14 +0000 (+0000) Subject: Added -I. for aclocal. X-Git-Tag: YAZPP.0.3~59 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=5ddfd8539ebd230cd671d1b2cc639c83aa841722;p=yazpp-moved-to-github.git Added -I. for aclocal. --- diff --git a/buildconf.sh b/buildconf.sh index c0873b3..858ad3b 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.3 2000-11-20 11:27:33 adam Exp $ -aclocal +# $Id: buildconf.sh,v 1.4 2000-12-07 13:27:14 adam Exp $ +aclocal -I . libtoolize --force automake -a autoconf