summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 867e4de..e0f48d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -146,6 +146,8 @@ AC_SUBST(PACKAGE_STRING)
GTK_DOC_CHECK([1.10])
+SHAVE_INIT(.)
+
AC_OUTPUT( Makefile \
wocky/Makefile \
wocky/wocky-uninstalled.pc \
@@ -155,4 +157,6 @@ AC_OUTPUT( Makefile \
tests/Makefile \
docs/Makefile \
docs/reference/Makefile \
+ shave \
+ shave-libtool \
)