On Sun, 30 Nov 1997, Rodent of Unusual Size wrote:
> Index: Configure
> ===================================================================
> RCS file: /export/home/cvs/apachen/src/Configure,v
> retrieving revision 1.172
> diff -u -r1.172 Configure
> --- Configure 1997/11/21 09:59:08 1.172
> +++ Configure 1997/11/30 18:44:56
> @@ -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
+1.
//pcs
|