[Pcre-svn] [885] code/trunk/configure.ac: Make AM_SILENT_RUL…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [885] code/trunk/configure.ac: Make AM_SILENT_RULES conditional.
Revision: 885
          http://vcs.pcre.org/viewvc?view=rev&revision=885
Author:   ph10
Date:     2012-01-17 14:12:47 +0000 (Tue, 17 Jan 2012)


Log Message:
-----------
Make AM_SILENT_RULES conditional.

Modified Paths:
--------------
    code/trunk/configure.ac


Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2012-01-17 11:52:43 UTC (rev 884)
+++ code/trunk/configure.ac    2012-01-17 14:12:47 UTC (rev 885)
@@ -23,7 +23,7 @@
 AC_INIT(PCRE, pcre_major.pcre_minor[]pcre_prerelease, , pcre)
 AC_CONFIG_SRCDIR([pcre.h.in])
 AM_INIT_AUTOMAKE([dist-bzip2 dist-zip])
-AM_SILENT_RULES([yes])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_CONFIG_HEADERS(config.h)


# This was added at the suggestion of libtoolize (03-Jan-10)