Index: trunk/psconfig/psdist
===================================================================
--- trunk/psconfig/psdist	(revision 13674)
+++ trunk/psconfig/psdist	(revision 13916)
@@ -220,9 +220,9 @@
 	chdir $cvsname[$i];
 
-	vsystem ("./autogen.sh");
+	vsystem ("./autogen.sh --no-configure");
 	if ($status) { die "error running autogen.sh"; }
 
-	vsystem ("make distclean");
-	if ($status) { die "error running make distclean"; }
+#	vsystem ("make distclean");
+#	if ($status) { die "error running make distclean"; }
 	chdir "..";
     }
