From 154afd5f6310abb0fce4cd13bdc24095be94c1d1 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 6 Oct 2003 04:30:44 +0000 Subject: [lcd4linux @ 2003-10-06 04:30:43 by reinelt] libtool stuff again... --- configure | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 487ff80..c123e2f 100755 --- a/configure +++ b/configure @@ -20151,7 +20151,7 @@ RASTER="no" PARPORT="no" if test "$BECKMANNEGLE" = "yes"; then - DRIVERS="$DRIVERS BeckmannEgle.$OBJEXT" + DRIVERS="$DRIVERS BeckmannEgle.lo" cat >>confdefs.h <<\_ACEOF #define WITH_BECKMANNEGLE 1 @@ -20160,7 +20160,7 @@ _ACEOF fi if test "$CRYSTALFONTZ" = "yes"; then - DRIVERS="$DRIVERS Crystalfontz.$OBJEXT" + DRIVERS="$DRIVERS Crystalfontz.lo" cat >>confdefs.h <<\_ACEOF #define WITH_CRYSTALFONTZ 1 @@ -20169,7 +20169,7 @@ _ACEOF fi if test "$CWLINUX" = "yes"; then - DRIVERS="$DRIVERS Cwlinux.$OBJEXT" + DRIVERS="$DRIVERS Cwlinux.lo" cat >>confdefs.h <<\_ACEOF #define WITH_CWLINUX 1 @@ -20179,7 +20179,7 @@ fi if test "$HD44780" = "yes"; then PARPORT="yes" - DRIVERS="$DRIVERS HD44780.$OBJEXT" + DRIVERS="$DRIVERS HD44780.lo" cat >>confdefs.h <<\_ACEOF #define WITH_HD44780 1 @@ -20189,7 +20189,7 @@ fi if test "$M50530" = "yes"; then PARPORT="yes" - DRIVERS="$DRIVERS M50530.$OBJEXT" + DRIVERS="$DRIVERS M50530.lo" cat >>confdefs.h <<\_ACEOF #define WITH_M50530 1 @@ -20199,7 +20199,7 @@ fi if test "$T6963" = "yes"; then PARPORT="yes" - DRIVERS="$DRIVERS T6963.$OBJEXT" + DRIVERS="$DRIVERS T6963.lo" cat >>confdefs.h <<\_ACEOF #define WITH_T6963 1 @@ -20208,7 +20208,7 @@ _ACEOF fi if test "$USBLCD" = "yes"; then - DRIVERS="$DRIVERS USBLCD.$OBJEXT" + DRIVERS="$DRIVERS USBLCD.lo" cat >>confdefs.h <<\_ACEOF #define WITH_USBLCD 1 @@ -20217,7 +20217,7 @@ _ACEOF fi if test "$MATRIXORBITAL" = "yes"; then - DRIVERS="$DRIVERS MatrixOrbital.$OBJEXT" + DRIVERS="$DRIVERS MatrixOrbital.lo" cat >>confdefs.h <<\_ACEOF #define WITH_MATRIXORBITAL 1 @@ -20226,7 +20226,7 @@ _ACEOF fi if test "$MILINST" = "yes"; then - DRIVERS="$DRIVERS MilfordInstruments.$OBJEXT" + DRIVERS="$DRIVERS MilfordInstruments.lo" cat >>confdefs.h <<\_ACEOF #define WITH_MILINST 1 @@ -20235,7 +20235,7 @@ _ACEOF fi if test "$PALMPILOT" = "yes"; then - DRIVERS="$DRIVERS PalmPilot.$OBJEXT" + DRIVERS="$DRIVERS PalmPilot.lo" cat >>confdefs.h <<\_ACEOF #define WITH_PALMPILOT 1 @@ -20273,7 +20273,7 @@ echo "$as_me: WARNING: gd.h not found: PNG driver disabled" >&2;} fi if test "$SIN" = "yes"; then - DRIVERS="$DRIVERS SIN.$OBJEXT" + DRIVERS="$DRIVERS SIN.lo" cat >>confdefs.h <<\_ACEOF #define WITH_SIN 1 @@ -20282,7 +20282,7 @@ _ACEOF fi if test "$SKELETON" = "yes"; then - DRIVERS="$DRIVERS Skeleton.$OBJEXT" + DRIVERS="$DRIVERS Skeleton.lo" cat >>confdefs.h <<\_ACEOF #define WITH_SKELETON 1 @@ -20292,7 +20292,7 @@ fi if test "$TEXT" = "yes"; then if test "$has_curses" = true; then - DRIVERS="$DRIVERS Text.$OBJEXT" + DRIVERS="$DRIVERS Text.lo" DRVLIBS="$DRVLIBS $CURSES_LIBS" CPPFLAGS="$CPPFLAGS $CURSES_INCLUDES" @@ -20312,7 +20312,7 @@ if test "$X11" = "yes"; then echo "$as_me: error: X11 headers or libraries not available: X11 driver disabled" >&2;} { (exit 1); exit 1; }; } else - DRIVERS="$DRIVERS XWindow.$OBJEXT" + DRIVERS="$DRIVERS XWindow.lo" DRVLIBS="$DRVLIBS -L$ac_x_libraries -lX11" cat >>confdefs.h <<\_ACEOF @@ -20328,14 +20328,14 @@ echo "$as_me: error: You should include at least one driver..." >&2;} { (exit 1); exit 1; }; } fi -# Raster.$OBJEXT depends on PPM or PNG +# Raster.lo depends on PPM or PNG if test "$RASTER" = "yes"; then - DRIVERS="$DRIVERS Raster.$OBJEXT" + DRIVERS="$DRIVERS Raster.lo" fi # parport driver if test "$PARPORT" = "yes"; then - DRIVERS="$DRIVERS parport.$OBJEXT" + DRIVERS="$DRIVERS parport.lo" fi -- cgit v1.2.3