[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-ntfs-cvs
Subject:    [Linux-NTFS-cvs] CVS: ntfsprogs ChangeLog,1.383,1.384 configure.ac,1.106,1.107
From:       Yuval <uvman () users ! sourceforge ! net>
Date:       2006-05-16 11:58:25
Message-ID: E1FfyC1-0005Lh-2t () sc8-pr-cvs6 ! sourceforge ! net
[Download RAW message or body]


Changes by: uvman

Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv20550

Modified Files:
	ChangeLog configure.ac 
Log Message:
configure.ac fix for Cygwin

Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -p -r1.383 -r1.384
--- ChangeLog	27 Apr 2006 22:22:02 -0000	1.383
+++ ChangeLog	16 May 2006 11:58:22 -0000	1.384
@@ -47,6 +47,7 @@ xx/xx/2006 - 1.13.1-WIP
 	  attribute completely and index entry (filename) completely and all in
 	  correct order.  Essential for hunting bugs in directory operations
 	  code...  (Anton)
+	- configure.ac fix for Cygwin.  (Yuval)
 
 27/02/2006 - 1.13.0 - Lots and lots and lots of fixes and enhancements.
 

Index: configure.ac
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -p -r1.106 -r1.107
--- configure.ac	18 Apr 2006 21:40:32 -0000	1.106
+++ configure.ac	16 May 2006 11:58:23 -0000	1.107
@@ -192,13 +192,12 @@ compile_gnome_vfs=false
 if test "$enable_gnome_vfs" != "no"; then
 	PKG_CHECK_MODULES(LIBNTFS_GNOMEVFS, [glib-2.0 gthread-2.0 gnome-vfs-module-2.0],
 	[ compile_gnome_vfs=true ],
-	[
 		if test "$enable_gnome_vfs" = "yes"; then
 			AC_MSG_ERROR([Linux-NTFS Gnome VFS module requires glib-2.0 and gnome-vfs-module-2.0 libraries.])
 		else
 			AC_MSG_WARN([Linux-NTFS Gnome VFS module requires glib-2.0 and gnome-vfs-module-2.0 libraries.])
 		fi
-	])
+	)
 fi
 AM_CONDITIONAL(ENABLE_GNOME_VFS, $compile_gnome_vfs)
 
@@ -208,22 +207,20 @@ if test "$enable_fuse_module" != "no"; t
 	case "$target_os" in
 	linux*)
 		PKG_CHECK_MODULES(FUSE_MODULE, fuse >= 2.3.0, [ compile_fuse_module=true ],
-		[
 			if test "$enable_fuse_module" = "yes"; then
 				AC_MSG_ERROR([ntfsmount requires FUSE version >= 2.3.0.])
 			else
 				AC_MSG_WARN([ntfsmount requires FUSE version >= 2.3.0.])
 			fi
-		]);;
+		);;
 	freebsd*)
 		PKG_CHECK_MODULES(FUSE_MODULE, fuse >= 2.5.0, [ compile_fuse_module=true ],
-		[
 			if test "$enable_fuse_module" = "yes"; then
 				AC_MSG_ERROR([ntfsmount requires FUSE version >= 2.5.0 under FreeBSD.])
 			else
 				AC_MSG_WARN([ntfsmount requires FUSE version >= 2.5.0 under FreeBSD.])
 			fi
-		]);;
+		);;
 	*)
 		if test "$enable_fuse_module" = "yes"; then
 			AC_MSG_ERROR([ntfsmount can be built only under Linux and FreeBSD.])



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linux-NTFS-cvs mailing list
Linux-NTFS-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-ntfs-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic