add TCL interface to Filesystems
authorMiklos Szeredi <miklos@szeredi.hu>
Sun, 20 Mar 2005 20:48:19 +0000 (20:48 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Sun, 20 Mar 2005 20:48:19 +0000 (20:48 +0000)
Filesystems
makeconf.sh

index 2747fd629b470ecf4a82da876e1de922aa5af3c2..776b3cd357c70a52646fcf003178786d70a4fd3b 100644 (file)
@@ -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
+
+==============================================================================
index dc563d9474f8579a6a5e68405873400ac10212ed..99edae545fa116c1863da9b51ab45475374a758b 100755 (executable)
@@ -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