[gnome-commander] Use LT_INIT rather than the deprecated AM_PROG_LIBTOOL



commit 05c79b0e7b924cfbdae3be39cda652470ae059e0
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Wed Feb 8 19:12:53 2017 +0100

    Use LT_INIT rather than the deprecated AM_PROG_LIBTOOL

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5d94fc1..af29346 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ GLIB_GSETTINGS
 AC_PROG_CC
 AC_PROG_CXX
 AM_PROG_LEX
-AM_PROG_LIBTOOL
+LT_INIT
 IT_PROG_INTLTOOL([0.50.1])
 
 dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]