From 7e81511e6162c68805a3e13fa760bc87a2e9ee13 Mon Sep 17 00:00:00 2001 From: Robert Brady Date: Tue, 22 Jun 1999 19:56:47 +0000 Subject: Give an error when an attempt is made to move an empty directory into 1999-06-01 Robert Brady * 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 * 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 * Make.common.in (confdir): Define confdir as sysconfdir. This should fix the problem we had with FSSTND distributions. svn path=/trunk/; revision=987 --- macros/gnome-vfs.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3