* more quoting
authorVincent Torri <vincent.torri@gmail.com>
Tue, 6 Oct 2009 16:54:43 +0000 (16:54 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Tue, 6 Oct 2009 16:54:43 +0000 (16:54 +0000)
 * add silent rules (shave feature)
   see the description of AM_SILENT_RULES in:
   http://www.gnu.org/software/automake/manual/automake.html#Public-Macros

SVN revision: 42907

legacy/evas/configure.ac

index 926fd57..b80d837 100644 (file)
@@ -9,8 +9,9 @@ AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(1.6 dist-bzip2)
-AM_CONFIG_HEADER(config.h)
+AM_INIT_AUTOMAKE([1.6 dist-bzip2])
+AM_CONFIG_HEADER([config.h])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_LIBTOOL_WIN32_DLL
 define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl