summaryrefslogtreecommitdiff
path: root/test-cxx
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-cxx
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-cxx')
-rw-r--r--test-cxx/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-cxx/configure.ac b/test-cxx/configure.ac
index 6eac7d7..0f69064 100644
--- a/test-cxx/configure.ac
+++ b/test-cxx/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_HEADERS([config.h])
AC_PROG_LIBTOOL
AC_PROG_CC
AC_PROG_CXX
-SHAVE_INIT([../shave])
+SHAVE_INIT([../shave], [verbose])
AC_CONFIG_FILES([
../shave/shave
../shave/shave-libtool