]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Add AM_MAINTAINER_MODE.
authorJordi Mallach <jordi@debian.org>
Wed, 15 May 2013 17:05:58 +0000 (19:05 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 May 2013 08:09:39 +0000 (10:09 +0200)
Add AM_MAINTAINER_MODE([enable]) to configure.in.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.in

index ed3fe04747c56e2af49041ea0de875e7eb0394dd..303478d2a32be1fd82a58bd5aea11e18c03f9df6 100644 (file)
@@ -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])])