aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authorreinelt <>2004-05-25 19:54:15 +0000
committerreinelt <>2004-05-25 19:54:15 +0000
commitdd2f5404f1d58879efa123d89d388c2e23e1a606 (patch)
tree5d16cbca6e753d64d0ae008d91af49139b6c4743 /drivers.m4
parent31012e7a29bd9f7a05d7daa928d979e604b66e29 (diff)
downloadlcd4linux-dd2f5404f1d58879efa123d89d388c2e23e1a606.tar.gz
[lcd4linux @ 2004-05-25 19:54:11 by reinelt]
'make distcheck' bugs fixed release number changed to 0.10.0-RC1
Diffstat (limited to '')
-rw-r--r--drivers.m411
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers.m4 b/drivers.m4
index 47e1600..e1c84f7 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -11,7 +11,7 @@ AC_ARG_WITH(
[ possible drivers are:]
[ BeckmannEgle, CrystalFontz, Curses, Cwlinux,]
[ HD44780, M50530, T6963, USBLCD, MatrixOrbital,]
- [ MilfordInstruments, PalmPilot, PNG, PPM, X11],
+ [ MilfordInstruments, PNG, PPM, X11],
drivers=$withval,
drivers=all
)
@@ -77,9 +77,6 @@ for driver in $drivers; do
MilfordInstruments)
MILINST=$val
;;
- PalmPilot)
- PALMPILOT=$val
- ;;
PNG)
PNG=$val
;;
@@ -182,12 +179,6 @@ if test "$MILINST" = "yes"; then
AC_DEFINE(WITH_MILINST,1,[Milford Instruments driver])
fi
-if test "$PALMPILOT" = "yes"; then
-# DRIVERS="$DRIVERS PalmPilot.lo"
-# DRIVERS="$DRIVERS PalmPilot.o"
- AC_DEFINE(WITH_PALMPILOT,1,[PalmPilot driver])
-fi
-
if test "$PNG" = "yes"; then
if test "$has_gd" = "true"; then
GRAPHIC="yes"