[Pkg-cli-libs-commits] r3628 - in /packages/mono-addins/trunk/debian: changelog patches/99_autoreconf.dpatch

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Sun Mar 2 01:38:13 UTC 2008


Author: meebey
Date: Sun Mar  2 01:38:13 2008
New Revision: 3628

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3628
Log:
0.3.1-2 update


Modified:
    packages/mono-addins/trunk/debian/changelog
    packages/mono-addins/trunk/debian/patches/99_autoreconf.dpatch

Modified: packages/mono-addins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-addins/trunk/debian/changelog?rev=3628&op=diff
==============================================================================
--- packages/mono-addins/trunk/debian/changelog (original)
+++ packages/mono-addins/trunk/debian/changelog Sun Mar  2 01:38:13 2008
@@ -1,3 +1,11 @@
+mono-addins (0.3.1-2) unstable; urgency=low
+
+  * debian/patches/99_autoreconf.dpatch:
+    + Updated, debian/patches/fix_gac_policy_filenames.dpatch wasn't effective.
+      (Closes: #468869)
+
+ -- Mirco Bauer <meebey at debian.org>  Sun, 02 Mar 2008 02:36:43 +0100
+
 mono-addins (0.3.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/mono-addins/trunk/debian/patches/99_autoreconf.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/mono-addins/trunk/debian/patches/99_autoreconf.dpatch?rev=3628&op=diff
==============================================================================
--- packages/mono-addins/trunk/debian/patches/99_autoreconf.dpatch (original)
+++ packages/mono-addins/trunk/debian/patches/99_autoreconf.dpatch Sun Mar  2 01:38:13 2008
@@ -6,19 +6,31 @@
 
 @DPATCH@
 diff -urNad mono-addins-0.3.1~/Makefile.in mono-addins-0.3.1/Makefile.in
---- mono-addins-0.3.1~/Makefile.in	2008-01-31 01:00:46.000000000 +0100
-+++ mono-addins-0.3.1/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -174,9 +174,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Makefile
++	  $(AUTOMAKE) --foreign  Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 @@ -273,8 +273,8 @@
  	unique=`for i in $$list; do \
  	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
@@ -87,61 +99,178 @@
  	distuninstallcheck dvi dvi-am html html-am info info-am \
  	install install-am install-data install-data-am install-dvi \
 diff -urNad mono-addins-0.3.1~/Mono.Addins/Makefile.in mono-addins-0.3.1/Mono.Addins/Makefile.in
---- mono-addins-0.3.1~/Mono.Addins/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Mono.Addins/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Mono.Addins/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Mono.Addins/Makefile.in	2008-03-02 02:35:01.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -34,7 +34,7 @@
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(srcdir)/mono-addins.pc.in $(top_srcdir)/Makefile.include \
+ 	ChangeLog
+-subdir = ./Mono.Addins
++subdir = Mono.Addins
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -268,9 +268,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Mono.Addins/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Mono.Addins/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Mono.Addins/Makefile
++	  $(AUTOMAKE) --foreign  Mono.Addins/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
+@@ -479,8 +479,8 @@
+ $(POLICY_ASSEMBLIES): $(top_builddir)/policy.config $(top_srcdir)/mono-addins.snk
+ 	@for i in $(POLICY_VERSIONS); do	\
+ 	  echo "Creating policy.$$i.$(ASSEMBLY_NAME)";	\
+-	  sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$$i/" $(top_builddir)/policy.config > policy.$$i.config;	\
+-	  $(AL) -link:policy.$$i.config -out:policy.$$i.$(ASSEMBLY_NAME).dll -keyfile:$(top_srcdir)/mono-addins.snk;	\
++	  sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$$i/" $(top_builddir)/policy.config > policy.$$i.$(ASSEMBLY_NAME).config;	\
++	  $(AL) -link:policy.$$i.$(ASSEMBLY_NAME).config -out:policy.$$i.$(ASSEMBLY_NAME).dll -keyfile:$(top_srcdir)/mono-addins.snk;	\
+ 	done
+ 
+ gac-install: $(POLICY_ASSEMBLIES)
 diff -urNad mono-addins-0.3.1~/Mono.Addins.Gui/Makefile.in mono-addins-0.3.1/Mono.Addins.Gui/Makefile.in
---- mono-addins-0.3.1~/Mono.Addins.Gui/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Mono.Addins.Gui/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Mono.Addins.Gui/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Mono.Addins.Gui/Makefile.in	2008-03-02 02:35:01.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -34,7 +34,7 @@
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(srcdir)/mono-addins-gui.pc.in $(top_srcdir)/Makefile.include \
+ 	ChangeLog
+-subdir = ./Mono.Addins.Gui
++subdir = Mono.Addins.Gui
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -225,9 +225,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Mono.Addins.Gui/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Mono.Addins.Gui/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Mono.Addins.Gui/Makefile
++	  $(AUTOMAKE) --foreign  Mono.Addins.Gui/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
+@@ -439,8 +439,8 @@
+ @ENABLE_GUI_TRUE@$(POLICY_ASSEMBLIES): $(top_builddir)/policy.config $(top_srcdir)/mono-addins.snk
+ @ENABLE_GUI_TRUE@	@for i in $(POLICY_VERSIONS); do	\
+ @ENABLE_GUI_TRUE@	  echo "Creating policy.$$i.$(ASSEMBLY_NAME)";	\
+- at ENABLE_GUI_TRUE@	  sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$$i/" $(top_builddir)/policy.config > policy.$$i.config;	\
+- at ENABLE_GUI_TRUE@	  $(AL) -link:policy.$$i.config -out:policy.$$i.$(ASSEMBLY_NAME).dll -keyfile:$(top_srcdir)/mono-addins.snk;	\
++ at ENABLE_GUI_TRUE@	  sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$$i/" $(top_builddir)/policy.config > policy.$$i.$(ASSEMBLY_NAME).config;	\
++ at ENABLE_GUI_TRUE@	  $(AL) -link:policy.$$i.$(ASSEMBLY_NAME).config -out:policy.$$i.$(ASSEMBLY_NAME).dll -keyfile:$(top_srcdir)/mono-addins.snk;	\
+ @ENABLE_GUI_TRUE@	done
+ 
+ @ENABLE_GUI_TRUE at gac-install: $(POLICY_ASSEMBLIES)
 diff -urNad mono-addins-0.3.1~/Mono.Addins.Setup/Makefile.in mono-addins-0.3.1/Mono.Addins.Setup/Makefile.in
---- mono-addins-0.3.1~/Mono.Addins.Setup/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Mono.Addins.Setup/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Mono.Addins.Setup/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Mono.Addins.Setup/Makefile.in	2008-03-02 02:35:01.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -34,7 +34,7 @@
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(srcdir)/mono-addins-setup.pc.in \
+ 	$(top_srcdir)/Makefile.include ChangeLog
+-subdir = ./Mono.Addins.Setup
++subdir = Mono.Addins.Setup
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -220,9 +220,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Mono.Addins.Setup/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Mono.Addins.Setup/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Mono.Addins.Setup/Makefile
++	  $(AUTOMAKE) --foreign  Mono.Addins.Setup/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
+@@ -431,8 +431,8 @@
+ $(POLICY_ASSEMBLIES): $(top_builddir)/policy.config $(top_srcdir)/mono-addins.snk
+ 	@for i in $(POLICY_VERSIONS); do	\
+ 	  echo "Creating policy.$$i.$(ASSEMBLY_NAME)";	\
+-	  sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$$i/" $(top_builddir)/policy.config > policy.$$i.config;	\
+-	  $(AL) -link:policy.$$i.config -out:policy.$$i.$(ASSEMBLY_NAME).dll -keyfile:$(top_srcdir)/mono-addins.snk;	\
++	  sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$$i/" $(top_builddir)/policy.config > policy.$$i.$(ASSEMBLY_NAME).config;	\
++	  $(AL) -link:policy.$$i.$(ASSEMBLY_NAME).config -out:policy.$$i.$(ASSEMBLY_NAME).dll -keyfile:$(top_srcdir)/mono-addins.snk;	\
+ 	done
+ 
+ gac-install: $(POLICY_ASSEMBLIES)
 diff -urNad mono-addins-0.3.1~/Samples/Makefile.in mono-addins-0.3.1/Samples/Makefile.in
---- mono-addins-0.3.1~/Samples/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Samples/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Samples/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Samples/Makefile.in	2008-03-02 02:35:01.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -29,7 +29,7 @@
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-subdir = ./Samples
++subdir = Samples
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+@@ -150,9 +150,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Samples/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Samples/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Samples/Makefile
++	  $(AUTOMAKE) --foreign  Samples/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 @@ -246,8 +246,8 @@
  	unique=`for i in $$list; do \
  	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
@@ -181,187 +310,460 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-addins-0.3.1~/Samples/TextEditor/Makefile.in mono-addins-0.3.1/Samples/TextEditor/Makefile.in
---- mono-addins-0.3.1~/Samples/TextEditor/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Samples/TextEditor/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Samples/TextEditor/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Samples/TextEditor/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Samples/TextEditor
++subdir = Samples/TextEditor
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -171,9 +171,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Samples/TextEditor/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Samples/TextEditor/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Samples/TextEditor/Makefile
++	  $(AUTOMAKE) --foreign  Samples/TextEditor/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Samples/TextEditor.CompilerService/Makefile.in mono-addins-0.3.1/Samples/TextEditor.CompilerService/Makefile.in
---- mono-addins-0.3.1~/Samples/TextEditor.CompilerService/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Samples/TextEditor.CompilerService/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Samples/TextEditor.CompilerService/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Samples/TextEditor.CompilerService/Makefile.in	2008-03-02 02:35:01.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Samples/TextEditor.CompilerService
++subdir = Samples/TextEditor.CompilerService
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -172,9 +172,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Samples/TextEditor.CompilerService/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Samples/TextEditor.CompilerService/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Samples/TextEditor.CompilerService/Makefile
++	  $(AUTOMAKE) --foreign  Samples/TextEditor.CompilerService/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Samples/TextEditor.CompilerService.CSharp/Makefile.in mono-addins-0.3.1/Samples/TextEditor.CompilerService.CSharp/Makefile.in
---- mono-addins-0.3.1~/Samples/TextEditor.CompilerService.CSharp/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Samples/TextEditor.CompilerService.CSharp/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Samples/TextEditor.CompilerService.CSharp/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Samples/TextEditor.CompilerService.CSharp/Makefile.in	2008-03-02 02:35:01.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Samples/TextEditor.CompilerService.CSharp
++subdir = Samples/TextEditor.CompilerService.CSharp
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -167,9 +167,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Samples/TextEditor.CompilerService.CSharp/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Samples/TextEditor.CompilerService.CSharp/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Samples/TextEditor.CompilerService.CSharp/Makefile
++	  $(AUTOMAKE) --foreign  Samples/TextEditor.CompilerService.CSharp/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Samples/TextEditor.Xml/Makefile.in mono-addins-0.3.1/Samples/TextEditor.Xml/Makefile.in
---- mono-addins-0.3.1~/Samples/TextEditor.Xml/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Samples/TextEditor.Xml/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Samples/TextEditor.Xml/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Samples/TextEditor.Xml/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Samples/TextEditor.Xml
++subdir = Samples/TextEditor.Xml
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -174,9 +174,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Samples/TextEditor.Xml/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Samples/TextEditor.Xml/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Samples/TextEditor.Xml/Makefile
++	  $(AUTOMAKE) --foreign  Samples/TextEditor.Xml/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Samples/TextEditorLib/Makefile.in mono-addins-0.3.1/Samples/TextEditorLib/Makefile.in
---- mono-addins-0.3.1~/Samples/TextEditorLib/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Samples/TextEditorLib/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Samples/TextEditorLib/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Samples/TextEditorLib/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Samples/TextEditorLib
++subdir = Samples/TextEditorLib
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -199,9 +199,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Samples/TextEditorLib/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Samples/TextEditorLib/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Samples/TextEditorLib/Makefile
++	  $(AUTOMAKE) --foreign  Samples/TextEditorLib/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Samples/WriterService/Makefile.in mono-addins-0.3.1/Samples/WriterService/Makefile.in
---- mono-addins-0.3.1~/Samples/WriterService/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Samples/WriterService/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Samples/WriterService/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Samples/WriterService/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Samples/WriterService
++subdir = Samples/WriterService
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -165,9 +165,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Samples/WriterService/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Samples/WriterService/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Samples/WriterService/Makefile
++	  $(AUTOMAKE) --foreign  Samples/WriterService/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Samples/WriterService.SampleExtender/Makefile.in mono-addins-0.3.1/Samples/WriterService.SampleExtender/Makefile.in
---- mono-addins-0.3.1~/Samples/WriterService.SampleExtender/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Samples/WriterService.SampleExtender/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Samples/WriterService.SampleExtender/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Samples/WriterService.SampleExtender/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Samples/WriterService.SampleExtender
++subdir = Samples/WriterService.SampleExtender
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -163,9 +163,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Samples/WriterService.SampleExtender/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Samples/WriterService.SampleExtender/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Samples/WriterService.SampleExtender/Makefile
++	  $(AUTOMAKE) --foreign  Samples/WriterService.SampleExtender/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Samples/WriterServiceHost/Makefile.in mono-addins-0.3.1/Samples/WriterServiceHost/Makefile.in
---- mono-addins-0.3.1~/Samples/WriterServiceHost/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Samples/WriterServiceHost/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Samples/WriterServiceHost/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Samples/WriterServiceHost/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Samples/WriterServiceHost
++subdir = Samples/WriterServiceHost
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -166,9 +166,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Samples/WriterServiceHost/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Samples/WriterServiceHost/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Samples/WriterServiceHost/Makefile
++	  $(AUTOMAKE) --foreign  Samples/WriterServiceHost/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Test/CommandExtension/Makefile.in mono-addins-0.3.1/Test/CommandExtension/Makefile.in
---- mono-addins-0.3.1~/Test/CommandExtension/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Test/CommandExtension/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Test/CommandExtension/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Test/CommandExtension/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Test/CommandExtension
++subdir = Test/CommandExtension
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -164,9 +164,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Test/CommandExtension/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Test/CommandExtension/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Test/CommandExtension/Makefile
++	  $(AUTOMAKE) --foreign  Test/CommandExtension/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Test/FileContentExtension/Makefile.in mono-addins-0.3.1/Test/FileContentExtension/Makefile.in
---- mono-addins-0.3.1~/Test/FileContentExtension/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Test/FileContentExtension/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Test/FileContentExtension/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Test/FileContentExtension/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Test/FileContentExtension
++subdir = Test/FileContentExtension
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -168,9 +168,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Test/FileContentExtension/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Test/FileContentExtension/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Test/FileContentExtension/Makefile
++	  $(AUTOMAKE) --foreign  Test/FileContentExtension/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Test/FileExtender/Makefile.in mono-addins-0.3.1/Test/FileExtender/Makefile.in
---- mono-addins-0.3.1~/Test/FileExtender/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Test/FileExtender/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Test/FileExtender/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Test/FileExtender/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Test/FileExtender
++subdir = Test/FileExtender
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -164,9 +164,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Test/FileExtender/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Test/FileExtender/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Test/FileExtender/Makefile
++	  $(AUTOMAKE) --foreign  Test/FileExtender/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Test/HelloWorldExtension/Makefile.in mono-addins-0.3.1/Test/HelloWorldExtension/Makefile.in
---- mono-addins-0.3.1~/Test/HelloWorldExtension/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Test/HelloWorldExtension/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Test/HelloWorldExtension/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Test/HelloWorldExtension/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Test/HelloWorldExtension
++subdir = Test/HelloWorldExtension
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -167,9 +167,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Test/HelloWorldExtension/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Test/HelloWorldExtension/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Test/HelloWorldExtension/Makefile
++	  $(AUTOMAKE) --foreign  Test/HelloWorldExtension/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Test/Makefile.in mono-addins-0.3.1/Test/Makefile.in
---- mono-addins-0.3.1~/Test/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Test/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Test/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Test/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -29,7 +29,7 @@
+ NORMAL_UNINSTALL = :
+ PRE_UNINSTALL = :
+ POST_UNINSTALL = :
+-subdir = ./Test
++subdir = Test
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+@@ -151,9 +151,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Test/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Test/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Test/Makefile
++	  $(AUTOMAKE) --foreign  Test/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 @@ -247,8 +247,8 @@
  	unique=`for i in $$list; do \
  	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
@@ -401,36 +803,78 @@
  	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  	     $$tags $$unique
 diff -urNad mono-addins-0.3.1~/Test/SystemInfoExtension/Makefile.in mono-addins-0.3.1/Test/SystemInfoExtension/Makefile.in
---- mono-addins-0.3.1~/Test/SystemInfoExtension/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Test/SystemInfoExtension/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Test/SystemInfoExtension/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Test/SystemInfoExtension/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Test/SystemInfoExtension
++subdir = Test/SystemInfoExtension
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -172,9 +172,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Test/SystemInfoExtension/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Test/SystemInfoExtension/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Test/SystemInfoExtension/Makefile
++	  $(AUTOMAKE) --foreign  Test/SystemInfoExtension/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/Test/UnitTests/Makefile.in mono-addins-0.3.1/Test/UnitTests/Makefile.in
---- mono-addins-0.3.1~/Test/UnitTests/Makefile.in	2008-01-31 01:00:45.000000000 +0100
-+++ mono-addins-0.3.1/Test/UnitTests/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/Test/UnitTests/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/Test/UnitTests/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -31,7 +31,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(top_srcdir)/makefile-sample.include
+-subdir = ./Test/UnitTests
++subdir = Test/UnitTests
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -183,9 +183,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Test/UnitTests/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Test/UnitTests/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./Test/UnitTests/Makefile
++	  $(AUTOMAKE) --foreign  Test/UnitTests/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
 diff -urNad mono-addins-0.3.1~/aclocal.m4 mono-addins-0.3.1/aclocal.m4
---- mono-addins-0.3.1~/aclocal.m4	2008-01-31 01:00:44.000000000 +0100
-+++ mono-addins-0.3.1/aclocal.m4	2008-03-01 14:56:26.000000000 +0100
+--- mono-addins-0.3.1~/aclocal.m4	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/aclocal.m4	2008-03-02 02:35:00.000000000 +0100
 @@ -1,7 +1,7 @@
 -# generated automatically by aclocal 1.10 -*- Autoconf -*-
 +# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
@@ -545,8 +989,8 @@
  AC_DEFUN([_AM_SUBST_NOTMAKE])
  
 diff -urNad mono-addins-0.3.1~/configure mono-addins-0.3.1/configure
---- mono-addins-0.3.1~/configure	2008-01-31 01:00:46.000000000 +0100
-+++ mono-addins-0.3.1/configure	2008-03-01 14:56:26.000000000 +0100
+--- mono-addins-0.3.1~/configure	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/configure	2008-03-02 02:35:01.000000000 +0100
 @@ -2696,7 +2696,7 @@
  and GTK_SHARP_20_LIBS to avoid the need to call pkg-config.
  See the pkg-config man page for more details.
@@ -583,17 +1027,117 @@
  See \`config.log' for more details." >&2;}
     { (exit 1); exit 1; }; }
  else
+@@ -2842,7 +2842,7 @@
+ 
+ 
+ 
+-ac_config_files="$ac_config_files ./Mono.Addins/mono-addins.pc ./Mono.Addins.Gui/mono-addins-gui.pc ./Mono.Addins.Setup/mono-addins-setup.pc ./Makefile ./policy.config ./Mono.Addins.Gui/Makefile ./Mono.Addins.Setup/Makefile ./Mono.Addins/Makefile ./mautil/Makefile ./mautil/mautil ./Test/HelloWorldExtension/Makefile ./Test/FileContentExtension/Makefile ./Test/UnitTests/Makefile ./Test/CommandExtension/Makefile ./Test/SystemInfoExtension/Makefile ./Test/FileExtender/Makefile ./Test/Makefile ./Samples/TextEditor.Xml/Makefile ./Samples/TextEditor/Makefile ./Samples/TextEditor.CompilerService/Makefile ./Samples/WriterServiceHost/Makefile ./Samples/TextEditor.CompilerService.CSharp/Makefile ./Samples/WriterService.SampleExtender/Makefile ./Samples/Makefile ./Samples/TextEditorLib/Makefile ./Samples/WriterService/Makefile"
++ac_config_files="$ac_config_files Mono.Addins/mono-addins.pc Mono.Addins.Gui/mono-addins-gui.pc Mono.Addins.Setup/mono-addins-setup.pc Makefile policy.config Mono.Addins.Gui/Makefile Mono.Addins.Setup/Makefile Mono.Addins/Makefile mautil/Makefile mautil/mautil Test/HelloWorldExtension/Makefile Test/FileContentExtension/Makefile Test/UnitTests/Makefile Test/CommandExtension/Makefile Test/SystemInfoExtension/Makefile Test/FileExtender/Makefile Test/Makefile Samples/TextEditor.Xml/Makefile Samples/TextEditor/Makefile Samples/TextEditor.CompilerService/Makefile Samples/WriterServiceHost/Makefile Samples/TextEditor.CompilerService.CSharp/Makefile Samples/WriterService.SampleExtender/Makefile Samples/Makefile Samples/TextEditorLib/Makefile Samples/WriterService/Makefile"
+ 
+ 
+ cat >confcache <<\_ACEOF
+@@ -3428,32 +3428,32 @@
+ for ac_config_target in $ac_config_targets
+ do
+   case $ac_config_target in
+-    "./Mono.Addins/mono-addins.pc") CONFIG_FILES="$CONFIG_FILES ./Mono.Addins/mono-addins.pc" ;;
+-    "./Mono.Addins.Gui/mono-addins-gui.pc") CONFIG_FILES="$CONFIG_FILES ./Mono.Addins.Gui/mono-addins-gui.pc" ;;
+-    "./Mono.Addins.Setup/mono-addins-setup.pc") CONFIG_FILES="$CONFIG_FILES ./Mono.Addins.Setup/mono-addins-setup.pc" ;;
+-    "./Makefile") CONFIG_FILES="$CONFIG_FILES ./Makefile" ;;
+-    "./policy.config") CONFIG_FILES="$CONFIG_FILES ./policy.config" ;;
+-    "./Mono.Addins.Gui/Makefile") CONFIG_FILES="$CONFIG_FILES ./Mono.Addins.Gui/Makefile" ;;
+-    "./Mono.Addins.Setup/Makefile") CONFIG_FILES="$CONFIG_FILES ./Mono.Addins.Setup/Makefile" ;;
+-    "./Mono.Addins/Makefile") CONFIG_FILES="$CONFIG_FILES ./Mono.Addins/Makefile" ;;
+-    "./mautil/Makefile") CONFIG_FILES="$CONFIG_FILES ./mautil/Makefile" ;;
+-    "./mautil/mautil") CONFIG_FILES="$CONFIG_FILES ./mautil/mautil" ;;
+-    "./Test/HelloWorldExtension/Makefile") CONFIG_FILES="$CONFIG_FILES ./Test/HelloWorldExtension/Makefile" ;;
+-    "./Test/FileContentExtension/Makefile") CONFIG_FILES="$CONFIG_FILES ./Test/FileContentExtension/Makefile" ;;
+-    "./Test/UnitTests/Makefile") CONFIG_FILES="$CONFIG_FILES ./Test/UnitTests/Makefile" ;;
+-    "./Test/CommandExtension/Makefile") CONFIG_FILES="$CONFIG_FILES ./Test/CommandExtension/Makefile" ;;
+-    "./Test/SystemInfoExtension/Makefile") CONFIG_FILES="$CONFIG_FILES ./Test/SystemInfoExtension/Makefile" ;;
+-    "./Test/FileExtender/Makefile") CONFIG_FILES="$CONFIG_FILES ./Test/FileExtender/Makefile" ;;
+-    "./Test/Makefile") CONFIG_FILES="$CONFIG_FILES ./Test/Makefile" ;;
+-    "./Samples/TextEditor.Xml/Makefile") CONFIG_FILES="$CONFIG_FILES ./Samples/TextEditor.Xml/Makefile" ;;
+-    "./Samples/TextEditor/Makefile") CONFIG_FILES="$CONFIG_FILES ./Samples/TextEditor/Makefile" ;;
+-    "./Samples/TextEditor.CompilerService/Makefile") CONFIG_FILES="$CONFIG_FILES ./Samples/TextEditor.CompilerService/Makefile" ;;
+-    "./Samples/WriterServiceHost/Makefile") CONFIG_FILES="$CONFIG_FILES ./Samples/WriterServiceHost/Makefile" ;;
+-    "./Samples/TextEditor.CompilerService.CSharp/Makefile") CONFIG_FILES="$CONFIG_FILES ./Samples/TextEditor.CompilerService.CSharp/Makefile" ;;
+-    "./Samples/WriterService.SampleExtender/Makefile") CONFIG_FILES="$CONFIG_FILES ./Samples/WriterService.SampleExtender/Makefile" ;;
+-    "./Samples/Makefile") CONFIG_FILES="$CONFIG_FILES ./Samples/Makefile" ;;
+-    "./Samples/TextEditorLib/Makefile") CONFIG_FILES="$CONFIG_FILES ./Samples/TextEditorLib/Makefile" ;;
+-    "./Samples/WriterService/Makefile") CONFIG_FILES="$CONFIG_FILES ./Samples/WriterService/Makefile" ;;
++    "Mono.Addins/mono-addins.pc") CONFIG_FILES="$CONFIG_FILES Mono.Addins/mono-addins.pc" ;;
++    "Mono.Addins.Gui/mono-addins-gui.pc") CONFIG_FILES="$CONFIG_FILES Mono.Addins.Gui/mono-addins-gui.pc" ;;
++    "Mono.Addins.Setup/mono-addins-setup.pc") CONFIG_FILES="$CONFIG_FILES Mono.Addins.Setup/mono-addins-setup.pc" ;;
++    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
++    "policy.config") CONFIG_FILES="$CONFIG_FILES policy.config" ;;
++    "Mono.Addins.Gui/Makefile") CONFIG_FILES="$CONFIG_FILES Mono.Addins.Gui/Makefile" ;;
++    "Mono.Addins.Setup/Makefile") CONFIG_FILES="$CONFIG_FILES Mono.Addins.Setup/Makefile" ;;
++    "Mono.Addins/Makefile") CONFIG_FILES="$CONFIG_FILES Mono.Addins/Makefile" ;;
++    "mautil/Makefile") CONFIG_FILES="$CONFIG_FILES mautil/Makefile" ;;
++    "mautil/mautil") CONFIG_FILES="$CONFIG_FILES mautil/mautil" ;;
++    "Test/HelloWorldExtension/Makefile") CONFIG_FILES="$CONFIG_FILES Test/HelloWorldExtension/Makefile" ;;
++    "Test/FileContentExtension/Makefile") CONFIG_FILES="$CONFIG_FILES Test/FileContentExtension/Makefile" ;;
++    "Test/UnitTests/Makefile") CONFIG_FILES="$CONFIG_FILES Test/UnitTests/Makefile" ;;
++    "Test/CommandExtension/Makefile") CONFIG_FILES="$CONFIG_FILES Test/CommandExtension/Makefile" ;;
++    "Test/SystemInfoExtension/Makefile") CONFIG_FILES="$CONFIG_FILES Test/SystemInfoExtension/Makefile" ;;
++    "Test/FileExtender/Makefile") CONFIG_FILES="$CONFIG_FILES Test/FileExtender/Makefile" ;;
++    "Test/Makefile") CONFIG_FILES="$CONFIG_FILES Test/Makefile" ;;
++    "Samples/TextEditor.Xml/Makefile") CONFIG_FILES="$CONFIG_FILES Samples/TextEditor.Xml/Makefile" ;;
++    "Samples/TextEditor/Makefile") CONFIG_FILES="$CONFIG_FILES Samples/TextEditor/Makefile" ;;
++    "Samples/TextEditor.CompilerService/Makefile") CONFIG_FILES="$CONFIG_FILES Samples/TextEditor.CompilerService/Makefile" ;;
++    "Samples/WriterServiceHost/Makefile") CONFIG_FILES="$CONFIG_FILES Samples/WriterServiceHost/Makefile" ;;
++    "Samples/TextEditor.CompilerService.CSharp/Makefile") CONFIG_FILES="$CONFIG_FILES Samples/TextEditor.CompilerService.CSharp/Makefile" ;;
++    "Samples/WriterService.SampleExtender/Makefile") CONFIG_FILES="$CONFIG_FILES Samples/WriterService.SampleExtender/Makefile" ;;
++    "Samples/Makefile") CONFIG_FILES="$CONFIG_FILES Samples/Makefile" ;;
++    "Samples/TextEditorLib/Makefile") CONFIG_FILES="$CONFIG_FILES Samples/TextEditorLib/Makefile" ;;
++    "Samples/WriterService/Makefile") CONFIG_FILES="$CONFIG_FILES Samples/WriterService/Makefile" ;;
+ 
+   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
+ echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 diff -urNad mono-addins-0.3.1~/mautil/Makefile.in mono-addins-0.3.1/mautil/Makefile.in
---- mono-addins-0.3.1~/mautil/Makefile.in	2008-01-31 01:00:46.000000000 +0100
-+++ mono-addins-0.3.1/mautil/Makefile.in	2008-03-01 14:56:26.000000000 +0100
-@@ -1,8 +1,8 @@
--# Makefile.in generated by automake 1.10 from Makefile.am.
-+# Makefile.in generated by automake 1.10.1 from Makefile.am.
- # @configure_input@
- 
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
--# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
+--- mono-addins-0.3.1~/mautil/Makefile.in	2008-03-02 02:34:20.000000000 +0100
++++ mono-addins-0.3.1/mautil/Makefile.in	2008-03-02 02:35:02.000000000 +0100
+@@ -1,8 +1,8 @@
+-# Makefile.in generated by automake 1.10 from Makefile.am.
++# Makefile.in generated by automake 1.10.1 from Makefile.am.
+ # @configure_input@
+ 
+ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
++# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+ # This Makefile.in is free software; the Free Software Foundation
+ # gives unlimited permission to copy and/or distribute it,
+ # with or without modifications, as long as this notice is preserved.
+@@ -32,7 +32,7 @@
+ POST_UNINSTALL = :
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ 	$(srcdir)/mautil.in $(top_srcdir)/Makefile.include ChangeLog
+-subdir = ./mautil
++subdir = mautil
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+@@ -189,9 +189,9 @@
+ 	      exit 1;; \
+ 	  esac; \
+ 	done; \
+-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./mautil/Makefile'; \
++	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  mautil/Makefile'; \
+ 	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --foreign  ./mautil/Makefile
++	  $(AUTOMAKE) --foreign  mautil/Makefile
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
+@@ -417,8 +417,8 @@
+ $(POLICY_ASSEMBLIES): $(top_builddir)/policy.config $(top_srcdir)/mono-addins.snk
+ 	@for i in $(POLICY_VERSIONS); do	\
+ 	  echo "Creating policy.$$i.$(ASSEMBLY_NAME)";	\
+-	  sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$$i/" $(top_builddir)/policy.config > policy.$$i.config;	\
+-	  $(AL) -link:policy.$$i.config -out:policy.$$i.$(ASSEMBLY_NAME).dll -keyfile:$(top_srcdir)/mono-addins.snk;	\
++	  sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$$i/" $(top_builddir)/policy.config > policy.$$i.$(ASSEMBLY_NAME).config;	\
++	  $(AL) -link:policy.$$i.$(ASSEMBLY_NAME).config -out:policy.$$i.$(ASSEMBLY_NAME).dll -keyfile:$(top_srcdir)/mono-addins.snk;	\
+ 	done
+ 
+ gac-install: $(POLICY_ASSEMBLIES)




More information about the Pkg-cli-libs-commits mailing list