autoconf patches from PT M.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1044 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
michael
2009-09-23 04:34:38 +00:00
parent f105fd58e8
commit a50e7c8b4e
11 changed files with 17501 additions and 9118 deletions

View File

@@ -11,8 +11,10 @@ PLUGINS=@PLUGINS@
bin_PROGRAMS = lcd4linux
# Fixme: -W should be renamed to -Wextra someday...
AM_CFLAGS = -D_GNU_SOURCE -Wall -W -fno-strict-aliasing
AM_CFLAGS = -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing
LIBTOOL=libtool
ACLOCAL_AMFLAGS=-I m4
# use this for lots of warnings
#AM_CFLAGS = -D_GNU_SOURCE -std=c99 -m64 -Wall -W -pedantic -Wno-variadic-macros -fno-strict-aliasing
@@ -75,7 +77,7 @@ drv_Cwlinux.c \
drv_D4D.c \
drv_EA232graphic.c \
drv_G15.c \
drv_GLCD2USB.c \
drv_GLCD2USB.c glcd2usb.h \
drv_HD44780.c \
drv_Image.c \
drv_IRLCD.c \
@@ -161,7 +163,7 @@ lcd4kde.conf \
lcd4linux.kdelnk \
lcd4linux.xpm \
lcd4linux.lsm \
ac_python_devel.m4 \
ax_python_devel.m4 \
curses.m4 \
drivers.m4 \
plugins.m4 \