README updates for autotools. Minor autotools tweaks. - susmb - mounting of SMB/CIFS shares via FUSE
 (HTM) git clone git://git.codemadness.org/susmb
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d1bc973ac1ce50729419cbd0e8cda236cb72bf46
 (DIR) parent 7ceaeaf6c5dd8c9d854d0ac48646a7617d2aa10a
 (HTM) Author: Geoff Johnstone <qwerty@acm.org>
       Date:   Fri, 10 Apr 2009 18:27:44 +0100
       
       README updates for autotools. Minor autotools tweaks.
       
       Diffstat:
         M .gitignore                          |       7 +++++++
         M Makefile.in                         |       2 +-
         M README                              |      10 ++++++++--
       
       3 files changed, 16 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/.gitignore b/.gitignore
       @@ -1,2 +1,9 @@
       +Makefile
       +autom4te.cache
       +config.h
       +config.h.in
       +config.log
       +config.status
       +configure
        config.rng.h
        usmb
 (DIR) diff --git a/Makefile.in b/Makefile.in
       @@ -59,7 +59,7 @@ distclean: clean
        
        
        allclean: distclean
       -        $(RM) Makefile configure config.h autom4te.cache
       +        $(RM) Makefile configure config.h config.h.in autom4te.cache
        
        
        install-strip: STRIPFLAGS = -s
 (DIR) diff --git a/README b/README
       @@ -51,16 +51,22 @@ libxml2 - ftp.gnome.org.
        FUSE 2.6 or later - fuse.sourgeforge.net.
        libsmbclient 3.0 (part of Samba) - www.samba.org.
        
       +You need GNU sed to build usmb.
       +
        
        Installation
        ------------
        
       -You need GNU sed.
       -
        ./configure
        make
        make install   # Maybe as root, depending on your installation prefix.
        
       +If you don't have a configure script then first run autoreconf; this requires
       +a recent (post-2.63) version of GNU autoconf to be installed.
       +
       +If the configure script "Cannot find libsmbclient" then use --with-samba=xxx
       +to tell it where Samba is installed.
       +
        
        Configuration
        -------------