dgaudet 97/03/25 12:21:22
Modified: src Configure Log: More bug reporting cleanup. Reviewed by: Dean Gaudet, Jim Jagielski Submitted by: Ken Coar Revision Changes Path 1.85 +6 -3 apache/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apache/src/Configure,v retrieving revision 1.84 retrieving revision 1.85 diff -C3 -r1.84 -r1.85 *** Configure 1997/03/24 22:49:09 1.84 --- Configure 1997/03/25 20:21:20 1.85 *************** *** 420,428 **** uname -v echo uname -X uname -X ! echo Ideally, read the file PORTING, do what it says and send the ! echo resulting patches to [EMAIL PROTECTED] Otherwise, email ! echo this output to [EMAIL PROTECTED] echo Thank you exit 1 ;; --- 420,431 ---- uname -v echo uname -X uname -X ! echo Ideally, read the file PORTING, do what it says, and send the ! echo resulting patches to The Apache Group by filling out a report ! echo form at http://www.apache.org/bugdb.cgi - or, if your browser ! echo isn\'t forms-capable, you can send them via email to ! echo [EMAIL PROTECTED] If you don\'t wish to do the port ! echo yourself, please submit this output rather than the patches. echo Thank you exit 1 ;;