aboutsummaryrefslogtreecommitdiffstats
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 0ff17396d..7d2d5d2ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -303,6 +303,8 @@ AM_CONDITIONAL(HAVE_PYTHON, test "x$have_python" = "xyes")
# -----------------------------------------------------------
+SHAVE_INIT(.)
+
AC_OUTPUT([
Makefile
data/Makefile
@@ -333,4 +335,6 @@ AC_OUTPUT([
tests/Makefile
tests/xml/Makefile
tools/Makefile
+ shave
+ shave-libtool
])