summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@gmail.com>2009-02-24 00:39:22 +0000
committerDamien Lespiau <damien.lespiau@gmail.com>2009-02-24 00:48:10 +0000
commitb5105072748ae32f460742732914f35a29715520 (patch)
tree0cec46493b47ac23ac0c39e333f899ea70327e5e /test
parent5afa0e79af44e18cb890113048c922ede68b3f43 (diff)
Allow the user to define shave's default behaviour
SHAVE_INIT has now a second (optional) parameter that allow people to enable shave by default. SHAVE_INIT([path], [quiet]) means that running configure without any shave related argument will actually enable it. Of course you can still give the --disable-shave option to disable it. Signed-off-by: Damien Lespiau <damien.lespiau@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/configure.ac b/test/configure.ac
index c58762b..c9b8143 100644
--- a/test/configure.ac
+++ b/test/configure.ac
@@ -4,7 +4,7 @@ AC_CONFIG_MACRO_DIR([../shave])
AC_CONFIG_HEADERS([config.h])
AC_PROG_LIBTOOL
AC_PROG_CC
-SHAVE_INIT([../shave])
+SHAVE_INIT([../shave], [quiet])
AC_CONFIG_FILES([
../shave/shave
../shave/shave-libtool