fixed configure & README
authorhackbard <hackbard>
Thu, 4 Nov 2004 20:43:21 +0000 (20:43 +0000)
committerhackbard <hackbard>
Thu, 4 Nov 2004 20:43:21 +0000 (20:43 +0000)
README
configure

diff --git a/README b/README
index 5be6c4c..3faa790 100644 (file)
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ requirements:
 install:
 --------
 
-./configure && make -f Makefile && make -f Makefile install
+./configure && make -f Makefile nlsop && make -f Makefile install
 
 run:
 ----
index 303dde0..056e71a 100755 (executable)
--- a/configure
+++ b/configure
@@ -103,7 +103,7 @@ EOF
 if [ "$nodfb" = "0" ]; then
 
 cat >> Makefile << EOF
-CFLAGS = -DDEBUG -DUSE_DFB_API -DFONT=\"$prefix/share/$name/decker.ttf\" -O3 -Wall -I$dfb_inc_dir
+CFLAGS = -DDEBUG -DUSE_DFB_API -DFONT=\"$prefix/share/$main/decker.ttf\" -O3 -Wall -I$dfb_inc_dir
 LIBS = -L$dfb_lib_dir -ldirectfb $GENLIBS
 
 OBJS = random.o dfbapi.o $GENAPI