"make install" in wget breaks our automated build because
it wasnts the user to "Hit RETURN to acknowledge" having a slightly
different global wgetrc.  This breaks some of our build automation
and probably has similar person-time costs for other distributions.
Can you image how much harder it would be to see real build bugs if
all 400+ programs in a Linux distribution built this way?

        Anyhow, here is the patch that I checked into our cvs source
tree.  I hope you will integrate it.

-- 
Adam J. Richter     __     ______________   4880 Stevens Creek Blvd, Suite 104
[EMAIL PROTECTED]     \ /                  San Jose, California 95129-1034
+1 408 261-6630         | g g d r a s i l   United States of America
fax +1 408 261-6631      "Free Software For The Rest Of Us."
--- wget-1.7/doc/Makefile.in    Thu Apr 12 05:25:22 2001
+++ wget/doc/Makefile.in        Mon Jun 11 08:12:42 2001
@@ -131,9 +131,6 @@
             echo "         consider merging in the new lines from"; \
             echo "         \`$(DESTDIR)$(WGETRC).new'."; \
             echo; \
-            echo "<Hit RETURN to acknowledge>\c"; \
-            read user_input; \
-            echo; \
          fi; \
        else \
          $(INSTALL_DATA) $(srcdir)/sample.wgetrc $(DESTDIR)$(WGETRC); \

Reply via email to