[Xfce4-commits] [apps/xfce4-taskmanager] 02/02: update configure.ac.in macros wrt "new" standards
noreply at xfce.org
noreply at xfce.org
Wed Dec 3 17:52:34 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository apps/xfce4-taskmanager.
commit 230e85f5ff0cfb8133ba6a551c1e4030335d7979
Author: Landry Breuil <landry at xfce.org>
Date: Wed Dec 3 17:52:27 2014 +0100
update configure.ac.in macros wrt "new" standards
---
configure.ac.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index eec9ef4..0df57a1 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -33,6 +33,9 @@ AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE()
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+LT_PREREQ([2.2.6])
+LT_INIT([disable-static])
+
dnl ********************************
dnl *** Check for basic programs ***
dnl ********************************
@@ -40,13 +43,11 @@ AC_PROG_CC()
AM_PROG_CC_C_O()
AC_PROG_LD()
AC_PROG_INSTALL()
-AC_PROG_LIBTOOL()
AC_PROG_INTLTOOL()
dnl ************************************
dnl *** Checks for library functions ***
dnl ************************************
-AC_DISABLE_STATIC()
AC_C_CONST()
dnl **********************************
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list