From 74bcb3f0eca15fffeb63fbdbc8102c4fc9d686be Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 29 Sep 2003 06:58:37 +0000 Subject: [lcd4linux @ 2003-09-29 06:58:36 by reinelt] new driver for Milford Instruments MI420 by Andy Baxter --- configure | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index f2d8fab..1d1b4cc 100755 --- a/configure +++ b/configure @@ -873,8 +873,8 @@ Optional Packages: (try 'all,\!' if your shell complains...) possible drivers are: BeckmannEgle, CrystalFontz, Cwlinux, HD44780, - M50530, T6963, USBLCD, MatrixOrbital, PalmPilot - PNG, PPM, X11, Text + M50530, T6963, USBLCD, MatrixOrbital, + MilfordInstruments, PalmPilot, PNG, PPM, X11, Text Some influential environment variables: CC C compiler command @@ -5334,6 +5334,7 @@ for driver in $drivers; do T6963="yes" USBLCD="yes" MATRIXORBITAL="yes" + MILINST="yes" PALMPILOT="yes" PNG="yes" PPM="yes" @@ -5364,6 +5365,9 @@ for driver in $drivers; do MatrixOrbital) MATRIXORBITAL=$val ;; + MilfordInstruments) + MILINST=$val + ;; PalmPilot) PALMPILOT=$val ;; @@ -5474,6 +5478,15 @@ _ACEOF fi +if test "$MILINST" = "yes"; then + DRIVERS="$DRIVERS MilfordInstruments.o" + +cat >>confdefs.h <<\_ACEOF +#define WITH_MILINST 1 +_ACEOF + +fi + if test "$PALMPILOT" = "yes"; then DRIVERS="$DRIVERS PalmPilot.o" -- cgit v1.2.3