Change --enable-tcl to --with-tcl

This commit is contained in:
stefanjones 2003-08-04 08:59:46 +00:00
parent b83e8faf09
commit 2c389f78bb
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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])

View File

@ -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