aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-16 06:34:33 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-16 06:34:33 +0000
commit8f9e8b588da645efc452096fed71df9c572fdf42 (patch)
tree155581264659fd9154e83b0a1d8daa0f874da74d
parentcdc726c901071ee8e94357a3691eb79ff6fa5817 (diff)
downloadlcd4linux-8f9e8b588da645efc452096fed71df9c572fdf42.tar.gz
Patch from Robert Buchholz: NULL driver link error fixed, m4 files included in distribution
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@737 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r--Makefile.am3
-rw-r--r--Makefile.in3
-rwxr-xr-xconfigure1
-rw-r--r--drivers.m41
4 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 418f59c..e1d2c1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -135,7 +135,10 @@ lcd4kde.conf \
lcd4linux.kdelnk \
lcd4linux.xpm \
lcd4linux.lsm \
+ac_python_devel.m4 \
curses.m4 \
+drivers.m4 \
+plugins.m4 \
AUTHORS \
CREDITS \
NEWS \
diff --git a/Makefile.in b/Makefile.in
index 8baf4cd..1574630 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -329,7 +329,10 @@ lcd4kde.conf \
lcd4linux.kdelnk \
lcd4linux.xpm \
lcd4linux.lsm \
+ac_python_devel.m4 \
curses.m4 \
+drivers.m4 \
+plugins.m4 \
AUTHORS \
CREDITS \
NEWS \
diff --git a/configure b/configure
index bf8b187..78f9a4e 100755
--- a/configure
+++ b/configure
@@ -7598,6 +7598,7 @@ _ACEOF
fi
if test "$NULL" = "yes"; then
+ TEXT="yes"
DRIVERS="$DRIVERS drv_NULL.o"
cat >>confdefs.h <<\_ACEOF
diff --git a/drivers.m4 b/drivers.m4
index 72b6e27..e076649 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -359,6 +359,7 @@ if test "$NORITAKE" = "yes"; then
fi
if test "$NULL" = "yes"; then
+ TEXT="yes"
DRIVERS="$DRIVERS drv_NULL.o"
AC_DEFINE(WITH_NULL,1,[NULL driver])
fi
a>michux4-9/+173 2008-11-22update button_exec plugin - fix segfaultmichux1-3/+2 2008-11-22update fifo plugin - untestedmichux1-1/+1 2008-10-07Replace write to external variable usb_debug by calling usb_set_debug().bwalle7-16/+7 2008-10-06adding GPI to picoLCD for reading button events by Igor Mammedov <niallain@g...michael1-1/+22 2008-10-06properties fixedmichael11-3290/+2675 2008-10-05Rebuild auto-generated autoconf stuff due to last change in drivers.m4.bwalle3-2657/+3297 2008-10-05Add 'ULA200' driver when --with-drivers=all is specifiedbwalle1-0/+1 2008-09-14strftime_tz patch from Bernhard Wallemichael1-0/+11 2008-09-08strftime_tz() plugin by Bernhard Wallemichael1-0/+25 2008-09-03ULA200 driver by Bernhard Wallemichael7-2/+825 2008-09-03indentmichael1-4/+4 2008-08-31Increased the maximum bps to 230400, if defined in <termios.h>.sonic741-2/+7 2008-08-27git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@889 3ae390bd-cb1e-0410-...sonic741-18/+11 2008-08-27D4D updates by Svenmichael1-38/+60 2008-08-03driver for 4D Systems serial displays by Sven Killigmichael9-45/+846 2008-08-03signed/unsigned mismatchmichael1-3/+3 2008-07-26added command functionsmichux1-2/+130 2008-07-15added IRLCD driver by Jean-Philippe Civademichael10-5/+467 2008-07-15'autoreconf -f -i' run & config.rpath addedmichael8-370/+1617