Add check for --help and --version support

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Hans Ulrich Niedermann 2008-01-21 15:26:52 +01:00 committed by Julien Danjou
parent f9527bea3c
commit a3e8081c62
2 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ awesome_SOURCES += $(WIDGETS)
awesome_LDADD = $(XFT_LIBS) $(X_LIBS) $(CAIRO_LIBS) $(CONFUSE_LIBS) $(XRANDR_LIBS) $(XINERAMA_LIBS)
bin_PROGRAMS += awesome-client
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = awesome-client$(EXEEXT)
awesome_client_SOURCES = \
awesome-client.c awesome-client.h \
awesome-client-common.c \

View File

@ -14,13 +14,13 @@ dnl The AC_CONFIG_HEADER and awesome's own config.h are different beasts
dnl AC_CONFIG_HEADER([config.h])
dnl Other options:
dnl check-news to check that NEWS has been adapted to current version
dnl std-options make sure shipped executables understand --help and --version
AM_INIT_AUTOMAKE([
-Wall -Werror
1.10
dist-bzip2
filename-length-max=99
foreign
std-options
subdir-objects
])