[Xfce4-commits] <parole:master> Support for silent build

Ali Abdallah noreply at xfce.org
Sun Oct 4 16:30:03 CEST 2009


Updating branch refs/heads/master
         to 705f262a6ab0a4104ec196974d653b83c7c9a004 (commit)
       from 21c3dc29572dbd477f14ae7d197166fe698c831e (commit)

commit 705f262a6ab0a4104ec196974d653b83c7c9a004
Author: Ali Abdallah <ali at ali-xfce.org>
Date:   Sun Oct 4 16:15:14 2009 +0000

    Support for silent build

 configure.ac.in |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 3ef2144..ce06e86 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -13,24 +13,25 @@ AC_PREREQ(2.59c)
 
 AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
 AM_CONFIG_HEADER([config.h])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE()
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
-AC_USE_SYSTEM_EXTENSIONS
+AC_USE_SYSTEM_EXTENSIONS()
 
 # ===================================================== #
 #               Basic compiler settings                 #
 # ===================================================== #
-AC_PROG_CC
-AM_PROG_CC_C_O
-AC_PROG_LD
-AC_PROG_INSTALL
+AC_PROG_CC()
+AM_PROG_CC_C_O()
+AC_PROG_LD()
+AC_PROG_INSTALL()
 AC_PROG_INTLTOOL([intltool_minimum_version], [no-xml])
 
 # ===================================================== #
 #               Initialize libtool                      #
 # ===================================================== #
-AC_DISABLE_STATIC
-AC_PROG_LIBTOOL
+AC_DISABLE_STATIC()
+AC_PROG_LIBTOOL()
 
 # ===================================================== #
 #               Version information                     #



More information about the Xfce4-commits mailing list