mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
internal help: it is only available when --enable-oldapps is given
ngnutmeg is only made when --enable-oldapps is given during ./configure
This commit is contained in:
+4
-2
@@ -687,9 +687,11 @@ AM_CONDITIONAL([NO_HELP], [test "x$has_no_help" = xtrue])
|
||||
# enabling making of the old and outdated applications
|
||||
# ngsconvert ngproc2mod ngmultidec ngmakeidx nghelp
|
||||
if test "x$enable_oldapps" = xyes ; then
|
||||
AC_MSG_RESULT([ngsconvert ngproc2mod ngmultidec ngmakeidx nghelp are made.])
|
||||
AC_MSG_RESULT([ngnutmeg ngsconvert ngproc2mod ngmultidec ngmakeidx nghelp are made.])
|
||||
else
|
||||
AC_MSG_RESULT([ngsconvert ngproc2mod ngmultidec ngmakeidx nghelp are not made.])
|
||||
AC_MSG_RESULT([ngnutmeg ngsconvert ngproc2mod ngmultidec ngmakeidx nghelp are not made.])
|
||||
AC_MSG_RESULT([No internal help available.])
|
||||
AC_DEFINE([NOINTHELP], [1], [Internal (old) help not available])
|
||||
fi
|
||||
AM_CONDITIONAL([OLDAPPS], [test "x$enable_oldapps" = xyes])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user