randy 99/06/17 10:45:00
Modified: . configure
Log:
Correct some english grammar.
Revision Changes Path
1.93 +4 -4 apache-1.3/configure
Index: configure
===================================================================
RCS file: /home/cvs/apache-1.3/configure,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- configure 1999/05/17 07:09:06 1.92
+++ configure 1999/06/17 17:44:59 1.93
@@ -991,14 +991,14 @@
exit 1
fi
if [ "x`$aux/getuid.sh`" != "x0" ]; then
- echo " + Warning: You enabled the suEXEC feature. Be aware that you
need" 1>&2
- echo " + root privileges for this, at the latest at the installation
step." 1>&2
+ echo " + Warning: You have enabled the suEXEC feature. Be aware that
you need" 1>&2
+ echo " + root privileges to complete the final installation step."
1>&2
fi
fi
if [ "x$PERL" = "xno-perl-on-this-system" ]; then
if [ "x$quiet" = "xno" ]; then
- echo " + Warning: no Perl interpreter available for support scripts."
- echo " + Perhaps you have to select one with --with-perl=FILE."
+ echo " + Warning: no Perl interpreter detected for support scripts."
+ echo " + Perhaps you need to specify one with --with-perl=FILE."
fi
fi