[Xfce4-commits] <xfce4-power-manager:master> Use AC_USE_SYSTEM_EXTENSION
Ali Abdallah
noreply at xfce.org
Wed Oct 21 12:16:02 CEST 2009
Updating branch refs/heads/master
to a8caa695c92bebe134459d224ea3cb07c5f4ad6e (commit)
from 66b2ea467383ca4b85ac675f4d4c9f1e8fa97637 (commit)
commit a8caa695c92bebe134459d224ea3cb07c5f4ad6e
Author: Ali Abdallah <ali at ali-xfce.org>
Date: Wed Oct 21 12:11:51 2009 +0200
Use AC_USE_SYSTEM_EXTENSION
configure.ac.in | 21 ++++++++-------------
1 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 92bbd38..6d2fd87 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -14,32 +14,27 @@ AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-# ===================================================== #
-# Check for UNIX variants #
-# ===================================================== #
-AC_AIX
-AC_ISC_POSIX
-AC_MINIX
+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()
# ==================================================== #
# Check for headers needed for standard interfaces #
# ==================================================== #
-AC_HEADER_STDC
+AC_HEADER_STDC()
AC_CHECK_HEADERS([errno.h signal.h stddef.h \
string.h sys/stat.h sys/types.h sys/wait.h time.h \
unistd.h])
More information about the Xfce4-commits
mailing list