Changes by: antona
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27461
Modified Files:
.cvsignore Makefile.am
Removed Files:
config.guess config.h.in
Log Message:
config.h.in and config.guess are autogenerated...
Index: .cvsignore
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore 29 Jul 2005 19:45:15 -0000 1.3
+++ .cvsignore 29 Jul 2005 20:51:48 -0000 1.4
@@ -2,7 +2,9 @@ Makefile
Makefile.in
aclocal.m4
autom4te.cache
+config.guess
config.h
+config.h.in
config.log
config.status
configure
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- Makefile.am 29 Jul 2005 19:45:15 -0000 1.10
+++ Makefile.am 29 Jul 2005 20:51:48 -0000 1.11
@@ -7,7 +7,7 @@ EXTRA_DIST = AUTHORS CREDITS COPYING TOD
AUTOMAKE_OPTIONS = gnu
-MAINTAINERCLEANFILES = configure Makefile.in aclocal.m4
+MAINTAINERCLEANFILES = aclocal.m4 config.h.in config.sub configure Makefile.in
dist-hook: ntfsprogs.spec
cp ntfsprogs.spec $(distdir)
--- config.guess DELETED ---
--- config.h.in DELETED ---
|