diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-03-20 20:48:19 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-03-20 20:48:19 +0000 |
commit | 6d3ca39873830cf3501907158c7ed9c729811ccb (patch) | |
tree | 236eea926ce765466701513d4b3573502b800e38 | |
parent | 17a56cbd3b25ced5ee7339379155094b81a537d7 (diff) | |
download | libfuse-6d3ca39873830cf3501907158c7ed9c729811ccb.tar.gz |
add TCL interface to Filesystems
-rw-r--r-- | Filesystems | 7 | ||||
-rwxr-xr-x | 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 |