Changes by: cha0smaster
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14059
Modified Files:
.cvsignore Makefile.am
Log Message:
Update for aclocal.m4 remove
Index: .cvsignore
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore 29 Jul 2005 15:04:57 -0000 1.2
+++ .cvsignore 29 Jul 2005 19:45:15 -0000 1.3
@@ -1,5 +1,6 @@
Makefile
Makefile.in
+aclocal.m4
autom4te.cache
config.h
config.log
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- Makefile.am 29 Jul 2005 15:35:55 -0000 1.9
+++ Makefile.am 29 Jul 2005 19:45:15 -0000 1.10
@@ -7,7 +7,7 @@ EXTRA_DIST = AUTHORS CREDITS COPYING TOD
AUTOMAKE_OPTIONS = gnu
-MAINTAINERCLEANFILES = configure Makefile.in
+MAINTAINERCLEANFILES = configure Makefile.in aclocal.m4
dist-hook: ntfsprogs.spec
cp ntfsprogs.spec $(distdir)
|