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.in | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6cfe8d1..4edf160 100644 --- a/configure.in +++ b/configure.in @@ -139,55 +139,55 @@ RASTER="no" PARPORT="no" if test "$BECKMANNEGLE" = "yes"; then - DRIVERS="$DRIVERS BeckmannEgle.$OBJEXT" + DRIVERS="$DRIVERS BeckmannEgle.lo" AC_DEFINE(WITH_BECKMANNEGLE,1,[junk]) fi if test "$CRYSTALFONTZ" = "yes"; then - DRIVERS="$DRIVERS Crystalfontz.$OBJEXT" + DRIVERS="$DRIVERS Crystalfontz.lo" AC_DEFINE(WITH_CRYSTALFONTZ,1,[junk]) fi if test "$CWLINUX" = "yes"; then - DRIVERS="$DRIVERS Cwlinux.$OBJEXT" + DRIVERS="$DRIVERS Cwlinux.lo" AC_DEFINE(WITH_CWLINUX,1,[junk]) fi if test "$HD44780" = "yes"; then PARPORT="yes" - DRIVERS="$DRIVERS HD44780.$OBJEXT" + DRIVERS="$DRIVERS HD44780.lo" AC_DEFINE(WITH_HD44780,1,[junk]) fi if test "$M50530" = "yes"; then PARPORT="yes" - DRIVERS="$DRIVERS M50530.$OBJEXT" + DRIVERS="$DRIVERS M50530.lo" AC_DEFINE(WITH_M50530,1,[junk]) fi if test "$T6963" = "yes"; then PARPORT="yes" - DRIVERS="$DRIVERS T6963.$OBJEXT" + DRIVERS="$DRIVERS T6963.lo" AC_DEFINE(WITH_T6963,1,[junk]) fi if test "$USBLCD" = "yes"; then - DRIVERS="$DRIVERS USBLCD.$OBJEXT" + DRIVERS="$DRIVERS USBLCD.lo" AC_DEFINE(WITH_USBLCD,1,[junk]) fi if test "$MATRIXORBITAL" = "yes"; then - DRIVERS="$DRIVERS MatrixOrbital.$OBJEXT" + DRIVERS="$DRIVERS MatrixOrbital.lo" AC_DEFINE(WITH_MATRIXORBITAL,1,[junk]) fi if test "$MILINST" = "yes"; then - DRIVERS="$DRIVERS MilfordInstruments.$OBJEXT" + DRIVERS="$DRIVERS MilfordInstruments.lo" AC_DEFINE(WITH_MILINST,1,[junk]) fi if test "$PALMPILOT" = "yes"; then - DRIVERS="$DRIVERS PalmPilot.$OBJEXT" + DRIVERS="$DRIVERS PalmPilot.lo" AC_DEFINE(WITH_PALMPILOT,1,[junk]) fi @@ -211,18 +211,18 @@ if test "$PPM" = "yes"; then fi if test "$SIN" = "yes"; then - DRIVERS="$DRIVERS SIN.$OBJEXT" + DRIVERS="$DRIVERS SIN.lo" AC_DEFINE(WITH_SIN,1,[junk]) fi if test "$SKELETON" = "yes"; then - DRIVERS="$DRIVERS Skeleton.$OBJEXT" + DRIVERS="$DRIVERS Skeleton.lo" AC_DEFINE(WITH_SKELETON,1,[junk]) 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" AC_DEFINE(WITH_TEXT,1,[junk]) @@ -235,7 +235,7 @@ if test "$X11" = "yes"; then if test "$no_x" = "yes"; then AC_MSG_ERROR(X11 headers or libraries not available: X11 driver disabled) else - DRIVERS="$DRIVERS XWindow.$OBJEXT" + DRIVERS="$DRIVERS XWindow.lo" DRVLIBS="$DRVLIBS -L$ac_x_libraries -lX11" AC_DEFINE(WITH_X11,1,[junk]) fi @@ -245,14 +245,14 @@ if test "$DRIVERS" = ""; then AC_MSG_ERROR([You should include at least one driver...]) 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 AC_SUBST(DRIVERS) -- cgit v1.2.3