[Xfce4-commits] [apps/xfce4-screensaver] 01/01: Fix warning during configure stage
noreply at xfce.org
noreply at xfce.org
Tue Jun 4 11:49:07 CEST 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit 8b13b79a634a82adf7e89d605f59c0c331aed86f
Author: Olivier Duchateau <duchateau.olivier at gmail.com>
Date: Tue Jun 4 10:56:19 2019 +0200
Fix warning during configure stage
Signed-off-by: Sean Davis <smd.seandavis at gmail.com>
---
configure.ac | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index f0ec537..6c412b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,11 +23,13 @@ IT_PROG_INTLTOOL([0.50.1])
AC_PROG_CC
AM_PROG_CC_C_O
AC_STDC_HEADERS
-AC_PROG_LIBTOOL
AC_CANONICAL_HOST
AC_HEADER_STDC
+LT_PREREQ([2.4])
+LT_INIT([disable-static])
+
AC_SUBST(VERSION)
# Save flags to aclocal
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list