aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Filesystems7
-rwxr-xr-xmakeconf.sh4
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