Description: discard the individual configuration file (.xdmorserc) copy
             to user home.
Author: Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
Last-Update: 2014-03-09

--- a/Makefile.am
+++ b/Makefile.am
@@ -31,12 +31,12 @@
 	  done \
 	  fi
 	
-	if test -f $(HOME)/.$(PACKAGE)rc; then \
-	  echo Config file exists: $(HOME)/.$(PACKAGE)rc - not copying; \
-	  else \
-	  echo Copying $(PACKAGE) config file to $(HOME)/.$(PACKAGE); \
-	  cp $(srcdir)/default/.$(PACKAGE)rc $(HOME); \
-	  fi
+#	if test -f $(HOME)/.$(PACKAGE)rc; then \
+#	  echo Config file exists: $(HOME)/.$(PACKAGE)rc - not copying; \
+#	  else \
+#	  echo Copying $(PACKAGE) config file to $(HOME)/.$(PACKAGE); \
+#	  cp $(srcdir)/default/.$(PACKAGE)rc $(HOME); \
+#	  fi
 
 dist-hook:
 	if test -d pixmaps; then \
--- a/Makefile.in
+++ b/Makefile.in
@@ -820,12 +820,12 @@
 	  done \
 	  fi
 
-	if test -f $(HOME)/.$(PACKAGE)rc; then \
-	  echo Config file exists: $(HOME)/.$(PACKAGE)rc - not copying; \
-	  else \
-	  echo Copying $(PACKAGE) config file to $(HOME)/.$(PACKAGE); \
-	  cp $(srcdir)/default/.$(PACKAGE)rc $(HOME); \
-	  fi
+#	if test -f $(HOME)/.$(PACKAGE)rc; then \
+#	  echo Config file exists: $(HOME)/.$(PACKAGE)rc - not copying; \
+#	  else \
+#	  echo Copying $(PACKAGE) config file to $(HOME)/.$(PACKAGE); \
+#	  cp $(srcdir)/default/.$(PACKAGE)rc $(HOME); \
+#	  fi
 
 dist-hook:
 	if test -d pixmaps; then \
