Applied Bjorn Andersson's autoconf/automake patch. LCDproc is now built

with the standard "./autogen.sh && ./configure && make && make install"
instead of just tweaking the Makefile and typing "make".
This commit is contained in:
William Ferrell
1999-12-11 19:21:29 +00:00
parent 84272a2b12
commit 1f0e4679ab
17 changed files with 26 additions and 766 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include <string.h>
#include <sys/errno.h>
#include "../lcd.h"
#include "lcd.h"
#include "debug.h"