[bijiben] build: Use LT_INIT instead of AM_PROG_LIBTOOL



commit f71d83f88f29b368504903c4cf13f4dd4ae8d119
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Sat Feb 20 14:06:48 2016 +0000

    build: Use LT_INIT instead of AM_PROG_LIBTOOL
    
    AM_PROG_LIBTOOL has been deprecated for a long time.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762648

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 69b4667..fe097a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, (test x$enable_update_mimedb = xyes) && (te
 AC_PATH_PROG(DESKTOP_FILE_VALIDATE, desktop-file-validate)
 
 
-AM_PROG_LIBTOOL
+LT_INIT
 
 # Requirements
 


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