From a3e8081c627a3df013085b258e0b2d11a8909323 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 21 Jan 2008 15:26:52 +0100 Subject: [PATCH] Add check for --help and --version support Signed-off-by: Julien Danjou --- Makefile.am | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9a113ea7..420dfeeb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/configure.ac b/configure.ac index 266f7a1c..901a4435 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ])