Explorar el Código

* Cleanup wording on failure to find TCL

Bryan Drewery hace 14 años
padre
commit
3612270062
Se han modificado 2 ficheros con 6 adiciones y 6 borrados
  1. 3 3
      autotools/includes/libtcl.m4
  2. 3 3
      configure

+ 3 - 3
autotools/includes/libtcl.m4

@@ -389,9 +389,9 @@ configure: error:
   Tcl cannot be found on this system.
   Tcl cannot be found on this system.
 
 
   Tcl is not required. Wraith will be compiled without TCL support. If you
   Tcl is not required. Wraith will be compiled without TCL support. If you
-  already have Tcl installed on this system, and I just wasn't looking in
-  the right place for it, re-run ./configure using the
-  --with-tcllib='/path/to/libtcl.so' and --with-tclinc='/path/to/tcl.h' options.
+  already have Tcl installed on this system, please specify the path by
+  rerunning ./configure using the --with-tcllib='/path/to/libtcl.so' and
+  --with-tclinc='/path/to/tcl.h' options.
 
 
 EOF
 EOF
   else
   else

+ 3 - 3
configure

@@ -5877,9 +5877,9 @@ configure: error:
   Tcl cannot be found on this system.
   Tcl cannot be found on this system.
 
 
   Tcl is not required. Wraith will be compiled without TCL support. If you
   Tcl is not required. Wraith will be compiled without TCL support. If you
-  already have Tcl installed on this system, and I just wasn't looking in
-  the right place for it, re-run ./configure using the
-  --with-tcllib='/path/to/libtcl.so' and --with-tclinc='/path/to/tcl.h' options.
+  already have Tcl installed on this system, please specify the path by
+  rerunning ./configure using the --with-tcllib='/path/to/libtcl.so' and
+  --with-tclinc='/path/to/tcl.h' options.
 
 
 EOF
 EOF
   else
   else