small cleanup
Hello,
You could remove a superflous empty file from the CVS sources:
rm gettext.c
cvs rm gettext.c
It'd be nice if you could also apply the patch in
http://marc.theaimsgroup.com/?l=mutt-dev&m=115618407817466&w=2
and the one below which fixes bug #2447.
Cheers,
Ralf
* Makefile.am: Use a space between -m and 644, for install-sh,
fixing #2447.
Index: Makefile.am
===================================================================
RCS file: /home/roessler/cvs/mutt/Makefile.am,v
retrieving revision 3.48
diff -u -r3.48 Makefile.am
--- Makefile.am 11 Aug 2006 16:25:59 -0000 3.48
+++ Makefile.am 25 Aug 2006 14:56:07 -0000
@@ -142,8 +143,8 @@
install-data-local: Muttrc
$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir)
- $(INSTALL) -m644 Muttrc $(DESTDIR)$(sysconfdir)/Muttrc.dist
- $(INSTALL) -m644 $(srcdir)/mime.types
$(DESTDIR)$(sysconfdir)/mime.types.dist
+ $(INSTALL) -m 644 Muttrc $(DESTDIR)$(sysconfdir)/Muttrc.dist
+ $(INSTALL) -m 644 $(srcdir)/mime.types
$(DESTDIR)$(sysconfdir)/mime.types.dist
-if [ -f $(DESTDIR)$(pkgdatadir)/Muttrc ] ; then \
mv $(DESTDIR)$(pkgdatadir)/Muttrc* $(DESTDIR)$(sysconfdir) ; \
elif [ -f $(DESTDIR)$(pkgdatadir)/../Muttrc ] ; then \