simplify the previous approach to make old apps only on demand

This commit is contained in:
Holger Vogt 2018-05-20 11:37:15 +02:00
parent 3145716163
commit eb70e40481
1 changed files with 3 additions and 4 deletions

View File

@ -686,13 +686,12 @@ AM_CONDITIONAL([NO_HELP], [test "x$has_no_help" = xtrue])
# enabling making of the old and outdated applications # enabling making of the old and outdated applications
# ngsconvert ngproc2mod ngmultidec ngmakeidx nghelp # ngsconvert ngproc2mod ngmultidec ngmakeidx nghelp
if test "x$enable_oldapps"=xyes; then if test "x$enable_oldapps" = xyes ; then
has_oldapps=true
AC_MSG_RESULT([ngsconvert ngproc2mod ngmultidec ngmakeidx nghelp are made.]) AC_MSG_RESULT([ngsconvert ngproc2mod ngmultidec ngmakeidx nghelp are made.])
else else
has_oldapps=false AC_MSG_RESULT([ngsconvert ngproc2mod ngmultidec ngmakeidx nghelp are not made.])
fi fi
AM_CONDITIONAL([OLDAPPS], [test "x$has_oldapps" = xtrue]) AM_CONDITIONAL([OLDAPPS], [test "x$enable_oldapps" = xyes])
# Check for a few typdefs: # Check for a few typdefs: