|
|
@ -9,7 +9,7 @@ dnl Create a configuration header |
|
|
AM_CONFIG_HEADER(config.h) |
|
|
AM_CONFIG_HEADER(config.h) |
|
|
|
|
|
|
|
|
dnl Initialize automake stuff |
|
|
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 |
|
|
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 |
|
|
dnl --enable-xspice: define XSPICE in the code. This is for xspice support |
|
|
AC_ARG_ENABLE(xspice, |
|
|
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 |
|
|
dnl --enable-cider: define CIDER in the code. This is for CIDER support |
|
|
AC_ARG_ENABLE(cider, |
|
|
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 |
|
|
dnl --enable-cluster: define CLUSTER in the code. This is for cluster support |
|
|
AC_ARG_ENABLE(cluster, |
|
|
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 |
|
|
dnl --enable-numparams: define NUMPARAMS in the code. This is for .param support |
|
|
AC_ARG_ENABLE(numparam, |
|
|
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 --enable-xgraph: Compile the xgraph plotting program. Default is "no". |
|
|
dnl Xgraph is a plotitng package for X11 once very popular. |
|
|
dnl Xgraph is a plotitng package for X11 once very popular. |
|
|
|