if test "$CURSES" = "yes"; then
if test "$has_curses" = true; then
+ TEXT="yes"
DRIVERS="$DRIVERS drv_Curses.o"
DRVLIBS="$DRVLIBS $CURSES_LIBS"
CPPFLAGS="$CPPFLAGS $CURSES_INCLUDES"
fi
if test "$MATRIXORBITAL" = "yes"; then
+ TEXT="yes"
SERIAL="yes"
DRIVERS="$DRIVERS drv_MatrixOrbital.o"
fi
if test "$MILINST" = "yes"; then
+ TEXT="yes"
+ SERIAL="yes"
DRIVERS="$DRIVERS drv_MilfordInstruments.o"
cat >>confdefs.h <<\_ACEOF
# generic graphic driver
if test "$GRAPHIC" = "yes"; then
-:
DRIVERS="$DRIVERS drv_generic_graphic.o"
fi
if test "$CURSES" = "yes"; then
if test "$has_curses" = true; then
+ TEXT="yes"
DRIVERS="$DRIVERS drv_Curses.o"
DRVLIBS="$DRVLIBS $CURSES_LIBS"
CPPFLAGS="$CPPFLAGS $CURSES_INCLUDES"
fi
if test "$MATRIXORBITAL" = "yes"; then
+ TEXT="yes"
SERIAL="yes"
DRIVERS="$DRIVERS drv_MatrixOrbital.o"
AC_DEFINE(WITH_MATRIXORBITAL,1,[MatrixOrbital driver])
fi
if test "$MILINST" = "yes"; then
+ TEXT="yes"
+ SERIAL="yes"
DRIVERS="$DRIVERS drv_MilfordInstruments.o"
AC_DEFINE(WITH_MILINST,1,[Milford Instruments driver])
fi
# generic graphic driver
if test "$GRAPHIC" = "yes"; then
-:
DRIVERS="$DRIVERS drv_generic_graphic.o"
fi