From 6d3ca39873830cf3501907158c7ed9c729811ccb Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 20 Mar 2005 20:48:19 +0000 Subject: [PATCH] add TCL interface to Filesystems --- Filesystems | 7 +++++++ makeconf.sh | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Filesystems b/Filesystems index 2747fd6..776b3cd 100644 --- a/Filesystems +++ b/Filesystems @@ -323,3 +323,10 @@ Description: removable media such as floppy disks and data DVDs. ============================================================================== +Name: TCL FUSE interface + +Author: Colin McCormack / colin at chinix com + +Homepage: http://mini.net/tcl/13853 + +============================================================================== 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 -- 2.30.2