From 6d3ca39873830cf3501907158c7ed9c729811ccb Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 20 Mar 2005 20:48:19 +0000 Subject: add TCL interface to Filesystems --- makeconf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makeconf.sh') diff --git a/makeconf.sh b/makeconf.sh index dc563d9..99edae5 100755 --- a/makeconf.sh +++ b/makeconf.sh @@ -1,11 +1,11 @@ #! /bin/sh echo Running libtoolize... -libtoolize --automake -c +libtoolize --automake -c -f if test ! -z "`which autoreconf`"; then echo Running autoreconf... - autoreconf -i + autoreconf -i -f else echo Running aclocal... aclocal -- cgit v1.2.3