diff --git a/README.Tcl b/README.Tcl index 84dc08cec..3de863c9e 100644 --- a/README.Tcl +++ b/README.Tcl @@ -37,7 +37,7 @@ and based upon the NG-Spice source code base with many improvements $ tar -zxf tclspice0.2.??.tar.gz $ cd tclspice - $ ./configure --enable-tcl --enable-experimental --enable-xspice + $ ./configure --with-tcl --enable-experimental --enable-xspice $ make tcl $ make install-tcl diff --git a/configure.in b/configure.in index ef6f53752..3bed81301 100644 --- a/configure.in +++ b/configure.in @@ -55,7 +55,7 @@ dnl --enable-xspice: define XSPICE in the code. This is for xspice support AC_ARG_ENABLE(xspice, [ --enable-xspice Enables XSpice enchancements, experimental *not in standard distribution*]) -dnl --enable-tcl: define TCL_MODULE in the code. This is for tcl support +dnl --with-tcl: define TCL_MODULE in the code. This is for tcl support AC_ARG_WITH(tcl, [ --with-tcl[=tcldir] Compiles the tcl module instead, experimental, see README.Tcl]) diff --git a/src/tcl/README b/src/tcl/README index ad3ba2044..da08ec2ae 100755 --- a/src/tcl/README +++ b/src/tcl/README @@ -34,7 +34,7 @@ Installation: The install commands are: From the root directory of the source: - ./configure --enable-tcl --enable-experimental --disable-shared + ./configure --with-tcl --enable-experimental --enable-xspice make tcl And as root: make install-tcl