Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19495/doc
Modified Files:
Makefile.in
Log Message:
Move ntfsmount to extra programs as it doesn't even approximate being
compilable! (At least on my machine which has fuse 2.2.1.)
And I need a working snapshot for Timur.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/doc/Makefile.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- Makefile.in 3 Jul 2005 00:18:39 -0000 1.25
+++ Makefile.in 9 Jul 2005 21:32:20 -0000 1.26
@@ -119,7 +119,6 @@ ac_ct_CXX = @ac_ct_CXX@
ac_ct_F77 = @ac_ct_F77@
ac_ct_RANLIB = @ac_ct_RANLIB@
ac_ct_STRIP = @ac_ct_STRIP@
-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
all_includes = @all_includes@
all_libraries = @all_libraries@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|