1
0
forked from aniani/vim

patch 8.1.0763: nobody is using the Sun Workshop support

Problem:    Nobody is using the Sun Workshop support.
Solution:   Remove the Workshop support.
This commit is contained in:
Bram Moolenaar
2019-01-17 15:45:25 +01:00
parent e40742526e
commit bb1969b6ab
37 changed files with 55 additions and 4093 deletions

View File

@@ -1996,22 +1996,6 @@ if test "$enable_cscope" = "yes"; then
AC_DEFINE(FEAT_CSCOPE)
fi
AC_MSG_CHECKING(--enable-workshop argument)
AC_ARG_ENABLE(workshop,
[ --enable-workshop Include Sun Visual Workshop support.], ,
[enable_workshop="no"])
AC_MSG_RESULT($enable_workshop)
if test "$enable_workshop" = "yes"; then
AC_DEFINE(FEAT_SUN_WORKSHOP)
WORKSHOP_SRC="workshop.c integration.c"
AC_SUBST(WORKSHOP_SRC)
WORKSHOP_OBJ="objects/workshop.o objects/integration.o"
AC_SUBST(WORKSHOP_OBJ)
if test "${enable_gui-xxx}" = xxx; then
enable_gui=motif
fi
fi
AC_MSG_CHECKING(--disable-netbeans argument)
AC_ARG_ENABLE(netbeans,
[ --disable-netbeans Disable NetBeans integration support.],