[Xfce4-commits] <xfce4-mailwatch-plugin:master> Use libtool of version 2.2.6 or later
Ján SuÄan
noreply at xfce.org
Fri Aug 30 00:38:01 CEST 2013
Updating branch refs/heads/master
to 686c45a77597337119cd9f7cbc4fccdd9c8739ba (commit)
from 0b2e4f3d0d3c34e120e3a1b7b9c994dec116557c (commit)
commit 686c45a77597337119cd9f7cbc4fccdd9c8739ba
Author: Ján Sučan <sucan at runbox.com>
Date: Fri Aug 30 00:28:18 2013 +0200
Use libtool of version 2.2.6 or later
Fix half of bug 6920.
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index 28101a1..09ddb47 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -31,8 +31,8 @@ dnl check for basic programs
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
-AC_PROG_LIBTOOL
AC_PROG_INTLTOOL([0.31], [no-xml])
+LT_PREREQ([2.2.6])
dnl check for standard header files
AC_HEADER_STDC
More information about the Xfce4-commits
mailing list