]> git.webhop.me Git - lcd4linux.git/commitdiff
Patch from Robert Buchholz: NULL driver link error fixed, m4 files included in distri...
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 16 Jan 2007 06:34:33 +0000 (06:34 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 16 Jan 2007 06:34:33 +0000 (06:34 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@737 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

Makefile.am
Makefile.in
configure
drivers.m4

index 418f59c00b6d9b29bc6d6df02ab4185a3900479b..e1d2c1dccc75a1e63cf7cb5f66a10d8afd954517 100644 (file)
@@ -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                          \
index 8baf4cdfcfdf1636d8e9778bab407a7c4c0edfeb..1574630ae518d1e0d3ca224fe35c032594d9683a 100644 (file)
@@ -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                          \
index bf8b187fb237d268146bc4d41d34e8180858e9a3..78f9a4ec808af48d9791bdad2929a346417b6100 100755 (executable)
--- 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
index 72b6e27bc2ca8c4037627fef602db873d58fc75d..e0766490d236ac015aa99dd442b0daaa8acd80e6 100644 (file)
@@ -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