[alsa-devel] [PATCH 1/3] Add AM_MAINTAINER_MODE.
Jordi Mallach
jordi at debian.org
Wed May 15 19:05:58 CEST 2013
Add AM_MAINTAINER_MODE([enable]) to configure.in.
---
configure.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.in b/configure.in
index ed3fe04..303478d 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])])
--
1.7.10.4
More information about the Alsa-devel
mailing list