Corrected sequence \" with \<space>".
This commit is contained in:
parent
b3b9b82235
commit
cf28e8a9d1
20
configure.in
20
configure.in
|
|
@ -37,8 +37,7 @@ AC_ARG_ENABLE(nosqrt,
|
|||
|
||||
dnl --enable-bypass : define BYPASS for the code
|
||||
AC_ARG_ENABLE(nobypass,
|
||||
[ --enable-nobypass Don't bypass recalculations of slowly changing
|
||||
variables])
|
||||
[ --enable-nobypass Don't bypass recalculations of slowly changing variables])
|
||||
|
||||
dnl --enable-capbypass : define CAPBYPASS for the code
|
||||
AC_ARG_ENABLE(capbypass,
|
||||
|
|
@ -169,7 +168,7 @@ case $with_windows in
|
|||
AC_DEFINE(X_DISPLAY_MISSING)
|
||||
AC_MSG_RESULT(No X display!)
|
||||
CFLAGS="$CFLAGS -mwindows";;
|
||||
*)
|
||||
* )
|
||||
|
||||
|
||||
dnl Checks for X11 header files and libraries - X11 support can be disabled
|
||||
|
|
@ -264,7 +263,7 @@ AC_CACHE_CHECK([for va_copy], ac_cv_c_va_copy,
|
|||
],
|
||||
[ac_cv_c_va_copy="yes"],
|
||||
[ac_cv_c_va_copy="no"])
|
||||
)
|
||||
)
|
||||
if test "$ac_cv_c_va_copy" = "yes"
|
||||
then
|
||||
AC_DEFINE(HAVE_VA_COPY, 1, [Define if we have va_copy])
|
||||
|
|
@ -277,7 +276,7 @@ AC_CACHE_CHECK([for __va_copy], ac_cv_c___va_copy,
|
|||
],
|
||||
[ac_cv_c___va_copy="yes"],
|
||||
[ac_cv_c___va_copy="no"])
|
||||
)
|
||||
)
|
||||
if test "$ac_cv_c___va_copy" = "yes"
|
||||
then
|
||||
AC_DEFINE(HAVE___VA_COPY, 1, [Define if we have __va_copy])
|
||||
|
|
@ -408,7 +407,7 @@ if test "$enable_cider" = "yes"; then
|
|||
CIDERSIM=" $CIDERDIR/twod/libcidertwod.a \
|
||||
$CIDERDIR/oned/libcideroned.a \
|
||||
$CIDERDIR/input/libciderinput.a \
|
||||
$CIDERDIR/support/libcidersuprt.a \"
|
||||
$CIDERDIR/support/libcidersuprt.a \ "
|
||||
|
||||
NUMDEV=" spicelib/devices/nbjt/libnbjt.a \
|
||||
spicelib/devices/nbjt2/libnbjt2.a \
|
||||
|
|
@ -421,7 +420,7 @@ if test "$enable_cider" = "yes"; then
|
|||
numd2 \
|
||||
numos"
|
||||
|
||||
CIDERSCRIPTS="devload devaxis ciderinit"
|
||||
CIDERSCRIPTS="devload devaxis ciderinit"
|
||||
|
||||
else
|
||||
CIDERLIB=""
|
||||
|
|
@ -443,12 +442,13 @@ if test "$enable_cluster" = "yes"; then
|
|||
LIBS="$LIBS -lpthread"
|
||||
fi
|
||||
|
||||
|
||||
dnl --with-readline : the user wants to use readline library
|
||||
AC_ARG_WITH(readline,
|
||||
[ --with-readline Use the readline package: SEE README],
|
||||
AC_MSG_RESULT(Checking for readline library:)
|
||||
dnl Check for the readline library:
|
||||
AC_CHECK_LIB(readline,readline, AC_DEFINE(HAVE_GNUREADLINE) LIBS="$LIBS -lreadline")
|
||||
Check for the readline library:
|
||||
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/bsim3v1a/Makefile \
|
||||
src/spicelib/devices/bsim3v1s/Makefile \
|
||||
src/spicelib/devices/bsim3v2/Makefile \
|
||||
src/spicelib/devices/bsim3/Makefile \
|
||||
src/spicelib/devices/bsim4/Makefile \
|
||||
src/spicelib/devices/bsim3soi/Makefile \
|
||||
|
|
@ -532,7 +531,6 @@ src/maths/ni/Makefile \
|
|||
src/maths/deriv/Makefile \
|
||||
src/maths/poly/Makefile \
|
||||
src/maths/sparse/Makefile \
|
||||
src/maths/sparse/tests/Makefile \
|
||||
src/misc/Makefile \
|
||||
src/xspice/Makefile \
|
||||
src/xspice/cm/Makefile \
|
||||
|
|
|
|||
Loading…
Reference in New Issue