From 5ddfd8539ebd230cd671d1b2cc639c83aa841722 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 7 Dec 2000 13:27:14 +0000 Subject: [PATCH] Added -I. for aclocal. --- buildconf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4