Corrected sequence \" with \<space>".
This commit is contained in:
parent
b3b9b82235
commit
cf28e8a9d1
|
|
@ -37,8 +37,7 @@ AC_ARG_ENABLE(nosqrt,
|
||||||
|
|
||||||
dnl --enable-bypass : define BYPASS for the code
|
dnl --enable-bypass : define BYPASS for the code
|
||||||
AC_ARG_ENABLE(nobypass,
|
AC_ARG_ENABLE(nobypass,
|
||||||
[ --enable-nobypass Don't bypass recalculations of slowly changing
|
[ --enable-nobypass Don't bypass recalculations of slowly changing variables])
|
||||||
variables])
|
|
||||||
|
|
||||||
dnl --enable-capbypass : define CAPBYPASS for the code
|
dnl --enable-capbypass : define CAPBYPASS for the code
|
||||||
AC_ARG_ENABLE(capbypass,
|
AC_ARG_ENABLE(capbypass,
|
||||||
|
|
@ -443,11 +442,12 @@ if test "$enable_cluster" = "yes"; then
|
||||||
LIBS="$LIBS -lpthread"
|
LIBS="$LIBS -lpthread"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
dnl --with-readline : the user wants to use readline library
|
dnl --with-readline : the user wants to use readline library
|
||||||
AC_ARG_WITH(readline,
|
AC_ARG_WITH(readline,
|
||||||
[ --with-readline Use the readline package: SEE README],
|
[ --with-readline Use the readline package: SEE README],
|
||||||
AC_MSG_RESULT(Checking for readline library:)
|
AC_MSG_RESULT(Checking for readline library:)
|
||||||
dnl Check for the readline library:
|
Check for the readline library:
|
||||||
AC_CHECK_LIB(readline, readline, AC_DEFINE(HAVE_GNUREADLINE) LIBS="$LIBS -lreadline")
|
AC_CHECK_LIB(readline, readline, AC_DEFINE(HAVE_GNUREADLINE) LIBS="$LIBS -lreadline")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -470,7 +470,6 @@ src/spicelib/devices/bsim3v0/Makefile \
|
||||||
src/spicelib/devices/bsim3v1/Makefile \
|
src/spicelib/devices/bsim3v1/Makefile \
|
||||||
src/spicelib/devices/bsim3v1a/Makefile \
|
src/spicelib/devices/bsim3v1a/Makefile \
|
||||||
src/spicelib/devices/bsim3v1s/Makefile \
|
src/spicelib/devices/bsim3v1s/Makefile \
|
||||||
src/spicelib/devices/bsim3v2/Makefile \
|
|
||||||
src/spicelib/devices/bsim3/Makefile \
|
src/spicelib/devices/bsim3/Makefile \
|
||||||
src/spicelib/devices/bsim4/Makefile \
|
src/spicelib/devices/bsim4/Makefile \
|
||||||
src/spicelib/devices/bsim3soi/Makefile \
|
src/spicelib/devices/bsim3soi/Makefile \
|
||||||
|
|
@ -532,7 +531,6 @@ src/maths/ni/Makefile \
|
||||||
src/maths/deriv/Makefile \
|
src/maths/deriv/Makefile \
|
||||||
src/maths/poly/Makefile \
|
src/maths/poly/Makefile \
|
||||||
src/maths/sparse/Makefile \
|
src/maths/sparse/Makefile \
|
||||||
src/maths/sparse/tests/Makefile \
|
|
||||||
src/misc/Makefile \
|
src/misc/Makefile \
|
||||||
src/xspice/Makefile \
|
src/xspice/Makefile \
|
||||||
src/xspice/cm/Makefile \
|
src/xspice/cm/Makefile \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue