Add check for --help and --version support
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
f9527bea3c
commit
a3e8081c62
|
@ -98,6 +98,7 @@ awesome_SOURCES += $(WIDGETS)
|
||||||
awesome_LDADD = $(XFT_LIBS) $(X_LIBS) $(CAIRO_LIBS) $(CONFUSE_LIBS) $(XRANDR_LIBS) $(XINERAMA_LIBS)
|
awesome_LDADD = $(XFT_LIBS) $(X_LIBS) $(CAIRO_LIBS) $(CONFUSE_LIBS) $(XRANDR_LIBS) $(XINERAMA_LIBS)
|
||||||
|
|
||||||
bin_PROGRAMS += awesome-client
|
bin_PROGRAMS += awesome-client
|
||||||
|
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = awesome-client$(EXEEXT)
|
||||||
awesome_client_SOURCES = \
|
awesome_client_SOURCES = \
|
||||||
awesome-client.c awesome-client.h \
|
awesome-client.c awesome-client.h \
|
||||||
awesome-client-common.c \
|
awesome-client-common.c \
|
||||||
|
|
|
@ -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 AC_CONFIG_HEADER([config.h])
|
||||||
dnl Other options:
|
dnl Other options:
|
||||||
dnl check-news to check that NEWS has been adapted to current version
|
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([
|
AM_INIT_AUTOMAKE([
|
||||||
-Wall -Werror
|
-Wall -Werror
|
||||||
1.10
|
1.10
|
||||||
dist-bzip2
|
dist-bzip2
|
||||||
filename-length-max=99
|
filename-length-max=99
|
||||||
foreign
|
foreign
|
||||||
|
std-options
|
||||||
subdir-objects
|
subdir-objects
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue