diff options
author | Robert Brady <rwb197@ecs.soton.ac.uk> | 1999-06-23 03:56:47 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-06-23 03:56:47 +0800 |
commit | 7e81511e6162c68805a3e13fa760bc87a2e9ee13 (patch) | |
tree | ddea3526b9515efda25cc2b11431b10f26e0dcf8 /macros | |
parent | 272857c73c1d7b92551d0ce12de43733ba10d50a (diff) | |
download | gsoc2013-evolution-7e81511e6162c68805a3e13fa760bc87a2e9ee13.tar gsoc2013-evolution-7e81511e6162c68805a3e13fa760bc87a2e9ee13.tar.gz gsoc2013-evolution-7e81511e6162c68805a3e13fa760bc87a2e9ee13.tar.bz2 gsoc2013-evolution-7e81511e6162c68805a3e13fa760bc87a2e9ee13.tar.lz gsoc2013-evolution-7e81511e6162c68805a3e13fa760bc87a2e9ee13.tar.xz gsoc2013-evolution-7e81511e6162c68805a3e13fa760bc87a2e9ee13.tar.zst gsoc2013-evolution-7e81511e6162c68805a3e13fa760bc87a2e9ee13.zip |
Give an error when an attempt is made to move an empty directory into
1999-06-01 Robert Brady <rwb197@ecs.soton.ac.uk>
* file.c (move_dir_dir): Give an error when an attempt is made to
move an empty directory into itself.
1999-06-14 Wayne Roberts <wroberts1@cx983858-b.orng1.occa.home.com>
* vfs/smbfs.c: New file. Implements the Samba-based file system.
* vfs/vfs.h: Declare vfs_smbfs_ops, vfs_file_is_smb.
* vfs/vfs.c (vfs_file_is_smb): implemented.
(vfs_init) register smbfs.
* vfs/samba: Incorporate SAMBA source code required for smbfs
1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
* Make.common.in (confdir): Define confdir as sysconfdir. This
should fix the problem we had with FSSTND distributions.
svn path=/trunk/; revision=987
Diffstat (limited to 'macros')
-rw-r--r-- | macros/gnome-vfs.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-vfs.m4 b/macros/gnome-vfs.m4 index cd701eb22c..916c39e12f 100644 --- a/macros/gnome-vfs.m4 +++ b/macros/gnome-vfs.m4 @@ -49,7 +49,7 @@ AC_DEFUN([GNOME_WITH_VFS],[ AC_CHECK_FUNCS(pmap_getport pmap_getmaps rresvport) dnl add for source routing support setsockopt AC_CHECK_HEADERS(rpc/pmap_clnt.h) - vfs_flags="$vfs_flags, mcfs, ftpfs, fish" + vfs_flags="$vfs_flags, mcfs, ftpfs, smbfs, fish" use_net_code=true fi |