summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Mallach <jordi@debian.org>2013-05-15 19:05:58 +0200
committerTakashi Iwai <tiwai@suse.de>2013-05-16 10:09:39 +0200
commit2b84ab0514cff71cb40ef96253f4624e39e9860b (patch)
tree98790c0945d94d9540a0f3a5341c1dbddaf7bb59
parent93325038db874a29a464b4af6330361f73d1eb83 (diff)
downloadalsa-lib-2b84ab0514cff71cb40ef96253f4624e39e9860b.tar.gz
Add AM_MAINTAINER_MODE.
Add AM_MAINTAINER_MODE([enable]) to configure.in. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ed3fe047..303478d2 100644
--- a/configure.in
+++ b/configure.in
@@ -17,6 +17,8 @@ eval LIBTOOL_VERSION_INFO="2:0:0"
dnl *************************************************
AM_CONDITIONAL([INSTALL_M4], [test -n "${ACLOCAL}"])
+AM_MAINTAINER_MODE([enable])
+
# Test for new silent rules and enable only if they are available
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])