From: <vac...@us...> - 2009-11-26 14:30:34
|
Revision: 161 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=161&view=rev Author: vaclavslavik Date: 2009-11-26 14:30:19 +0000 (Thu, 26 Nov 2009) Log Message: ----------- Use AM_SILENT_RULES if Automake is new enough. Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2009-07-25 16:31:00 UTC (rev 160) +++ trunk/configure.ac 2009-11-26 14:30:19 UTC (rev 161) @@ -43,6 +43,7 @@ AM_INIT_AUTOMAKE AM_MAINTAINER_MODE +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) dnl remember, "build" is where we compile, "host" is where the resulting dnl program runs (which may be different from "build" for cross-compilation) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |