coar 97/12/01 08:51:49
Modified: src Configure
Log:
Enhance the message Configure emits when it can't find the
Configuration file; now it tells the user how to make it.
Reviewed by: Jim Jagielski, Paul Sutton
Revision Changes Path
1.174 +2 -0 apachen/src/Configure
Index: Configure
===================================================================
RCS file: /export/home/cvs/apachen/src/Configure,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- Configure 1997/11/30 19:17:22 1.173
+++ Configure 1997/12/01 16:51:48 1.174
@@ -49,6 +49,8 @@
if [ ! -r $file ]; then
echo "Can't see or read \"$file\""
+ echo "Please copy Configuration.tmpl to $file, edit it for your platform,"
+ echo "and re-run $0 again."
exitcode=1
exit 1
fi