[Xfce4-commits] <xfce4-notifyd:master> Remove some unneeded options in configure.ac.in.

Jérôme Guelfucci noreply at xfce.org
Sun Nov 7 14:22:01 CET 2010


Updating branch refs/heads/master
         to 7af8b4c949b5d07187c65c40e9db1d4f1df5d77c (commit)
       from bcf1c22d937a2827d805e96e20fb476cba7dc7a2 (commit)

commit 7af8b4c949b5d07187c65c40e9db1d4f1df5d77c
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sun Nov 7 14:19:44 2010 +0100

    Remove some unneeded options in configure.ac.in.
    
    Remove the gettext stuff and enable silent build.

 configure.ac.in |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 6257c03..d06abde 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -22,24 +22,25 @@ AC_INIT([xfce4-notifyd], [xfce4_notifyd_version],
 AC_PREREQ([2.59c])
 AC_CONFIG_SRCDIR([xfce4-notifyd/main.c])
 AC_CONFIG_HEADERS([config.h])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 dnl init automake
 AM_INIT_AUTOMAKE([1.10 dist-bzip2 subdir-objects])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE()
 
 dnl check for UNIX variants
-AC_USE_SYSTEM_EXTENSIONS
+AC_USE_SYSTEM_EXTENSIONS()
 
 dnl check for basic programs
-AC_PROG_CC
-AM_PROG_CC_C_O
-AC_PROG_INSTALL
-IT_PROG_INTLTOOL([0.31], [no-xml])
-AM_GNU_GETTEXT_VERSION([0.11])
-AM_GLIB_GNU_GETTEXT
+AC_PROG_CC()
+AM_PROG_CC_C_O()
+AC_PROG_LD()
+AC_PROG_INSTALL()
+AC_PROG_INTLTOOL()
+AC_PROG_LIBTOOL()
 
 dnl check for standard header files
-AC_HEADER_STDC
+AC_HEADER_STDC()
 AC_CHECK_HEADERS([errno.h fcntl.h  grp.h signal.h stdlib.h string.h \
                   sys/stat.h sys/time.h sys/types.h sys/wait.h \
                   unistd.h])
@@ -105,11 +106,10 @@ AC_DEFINE_UNQUOTED([NOTIFICATIONS_SPEC_VERSION], ["notifications_spec_version"],
                    [Set to the version of the freedesktop.org notifications spec we support])
 
 dnl check for debugging support
-XDT_FEATURE_DEBUG
+XDT_FEATURE_DEBUG()
 
-AC_CONFIG_FILES(
+AC_OUTPUT(
 [
     Makefile
     po/Makefile.in
 ])
-AC_OUTPUT



More information about the Xfce4-commits mailing list