Updated configure.in for 15pre3.
This commit is contained in:
parent
d08e0c4096
commit
814c6c755c
21
ChangeLog
21
ChangeLog
|
|
@ -1,3 +1,24 @@
|
|||
2004-01-27 Paolo Nenzi <p.nenzi@ieee.org>
|
||||
|
||||
* configure.in: changed version to rework15-pre3 and other
|
||||
small changes for release.
|
||||
|
||||
* AUTHORS, FAQ: Updates
|
||||
|
||||
* src/spicelib/devices/bjt/bjtpzld.c,
|
||||
src/spicelib/devices/bjt2/bjt2pzld.c: there was an error
|
||||
in the pole-zero routine. The collector resistance was
|
||||
loaded into the matrix instead of the condictance.
|
||||
|
||||
* inpdomod.c: Updated HiSIM level to 64.
|
||||
|
||||
* src/spicelib/devices/vbic/*, src/Makefile.am,
|
||||
src/spicelib/devices/dev.c, src/spicelibe/parser/inp2q.c,
|
||||
src/spicelib/parser/inpdomod.c,src/spicelib/devices/Makefile.am,
|
||||
tests/vbic, contrib/vbic, DEVICES: Added VBIC model from
|
||||
Dietmar Warning <warning@danalyse.de>. This is the 3 terminal
|
||||
model without excess phase and termal network.
|
||||
|
||||
2004-01-26 Paolo Nenzi <p.nenzi@ieee.org>
|
||||
|
||||
* DEVICES: updated isrc an vsrc status
|
||||
|
|
|
|||
10
configure.in
10
configure.in
|
|
@ -9,7 +9,7 @@ dnl Create a configuration header
|
|||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
dnl Initialize automake stuff
|
||||
AM_INIT_AUTOMAKE(ng-spice-rework,15pre2)
|
||||
AM_INIT_AUTOMAKE(ng-spice-rework,15pre3)
|
||||
|
||||
|
||||
dnl --enable-ansi : try to force --ansi option to the compiler
|
||||
|
|
@ -118,19 +118,19 @@ AC_ARG_ENABLE(ekv,
|
|||
|
||||
dnl --enable-xspice: define XSPICE in the code. This is for xspice support
|
||||
AC_ARG_ENABLE(xspice,
|
||||
[ --enable-xspice Enable XSpice enchancements, experimental *not in standard distribution*])
|
||||
[ --enable-xspice Enable XSpice enchancements, (experimental) ])
|
||||
|
||||
dnl --enable-cider: define CIDER in the code. This is for CIDER support
|
||||
AC_ARG_ENABLE(cider,
|
||||
[ --enable-cider Enable CIDER enchancements, experimental *not in standard distribution*])
|
||||
[ --enable-cider Enable CIDER enchancements, (experimental) ])
|
||||
|
||||
dnl --enable-cluster: define CLUSTER in the code. This is for cluster support
|
||||
AC_ARG_ENABLE(cluster,
|
||||
[ --enable-cluster Enable cluster support, experimental *not in standard distribution*])
|
||||
[ --enable-cluster Enable cluster support, (experimental) ])
|
||||
|
||||
dnl --enable-numparams: define NUMPARAMS in the code. This is for .param support
|
||||
AC_ARG_ENABLE(numparam,
|
||||
[ --enable-numparam Enable numparams library support, experimental *not in standard distribution*])
|
||||
[ --enable-numparam Enable numparams library support, (experimental) ])
|
||||
|
||||
dnl --enable-xgraph: Compile the xgraph plotting program. Default is "no".
|
||||
dnl Xgraph is a plotitng package for X11 once very popular.
|
||||
|
|
|
|||
Loading…
Reference in New Issue