Revision: 949 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=949&view=rev Author: hyperair Date: 2009-09-21 07:56:24 +0000 (Mon, 21 Sep 2009)
Log Message: ----------- Turn on automake silent rules if supported
Modified Paths: -------------- branches/geany-plugins/geany-plugins-0.18/configure.ac
Modified: branches/geany-plugins/geany-plugins-0.18/configure.ac =================================================================== --- branches/geany-plugins/geany-plugins-0.18/configure.ac 2009-09-21 07:55:37 UTC (rev 948) +++ branches/geany-plugins/geany-plugins-0.18/configure.ac 2009-09-21 07:56:24 UTC (rev 949) @@ -2,6 +2,8 @@ AC_INIT([geany-plugins], [0.17.1]) AM_INIT_AUTOMAKE([1.8 foreign dist-bzip2 tar-ustar])
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + AC_CONFIG_SRCDIR([po/LINGUAS]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([build/cache])
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.