summaryrefslogtreecommitdiff
path: root/skeletonmm/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'skeletonmm/configure.ac')
-rw-r--r--skeletonmm/configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/skeletonmm/configure.ac b/skeletonmm/configure.ac
index bc1c4cb..10a6aaa 100644
--- a/skeletonmm/configure.ac
+++ b/skeletonmm/configure.ac
@@ -25,11 +25,13 @@ AC_CONFIG_MACRO_DIR([build])
AC_CONFIG_HEADERS([build/config.h skeleton/skeletonmmconfig.h])
AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
+# Support silent build rules.
+# Disable by either passing --disable-silent-rules to configure or passing V=1 to make.
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
-MM_PREREQ([0.9])
+MM_PREREQ([0.9.10])
MM_INIT_MODULE([skeletonmm-1.0])
# Copy the mm-common .pl scripts into doc/, and use them from there,