[Goodies-commits] r5885 - xfce4-power-manager/trunk

Ali Abdallah aliov at xfce.org
Fri Oct 31 11:37:24 CET 2008


Author: aliov
Date: 2008-10-31 10:37:24 +0000 (Fri, 31 Oct 2008)
New Revision: 5885

Modified:
   xfce4-power-manager/trunk/configure.ac.in
Log:
Get rid of a warning durong autogen.sh

Modified: xfce4-power-manager/trunk/configure.ac.in
===================================================================
--- xfce4-power-manager/trunk/configure.ac.in	2008-10-31 05:58:32 UTC (rev 5884)
+++ xfce4-power-manager/trunk/configure.ac.in	2008-10-31 10:37:24 UTC (rev 5885)
@@ -1,4 +1,5 @@
 m4_define([powermanager_version], [0.6.0svn])
+m4_define([intltool_minimum_version], [0.31])
 
 AC_INIT([xfce4-power-manager],[powermanager_version],[aliov at xfce.org])
 AC_PREREQ(2.50)
@@ -9,14 +10,10 @@
 
 # ============== basic compiler settings ============= #
 AC_PROG_CC
-AC_PROG_LD
+AM_PROG_CC_C_O
 AC_PROG_INSTALL
-AC_PROG_INTLTOOL
+AC_PROG_INTLTOOL([intltool_minimum_version], [no-xml])
 
-# ========== export compiler / linker options ======== #
-AC_SUBST(CFLAGS)
-AC_SUBST(LDFLAGS)
-
 # ===================================================== #
 # 		Check for i18n support 			#
 # ===================================================== #




More information about the Goodies-commits mailing list