summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-09-30 20:44:58 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2015-09-30 20:44:58 +0300
commit059f09a5081e1060e5d0cc3c8e29bce4b45fd84f (patch)
tree8f81bb7ad0cdbc7d549628c5383864d0c74f9e49
parent409faaaa95c10b9cec6f9e9fb7c515faefa1582e (diff)
downloadmetacity-059f09a5081e1060e5d0cc3c8e29bce4b45fd84f.tar.gz
replace deprecated AM_PROG_LIBTOOL with LT_INIT
-rw-r--r--configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index db05e840..a26ea7a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,12 @@ AM_INIT_AUTOMAKE([1.13 no-dist-gzip dist-xz tar-ustar -Wno-portability])
AM_MAINTAINER_MODE([enable])
AM_SILENT_RULES([yes])
+dnl **************************************************************************
+dnl Initialize libtool
+dnl **************************************************************************
+
+LT_INIT
+
# Honor aclocal flags
AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
@@ -61,8 +67,6 @@ IT_PROG_INTLTOOL([0.34.90])
AC_PROG_CC
AC_ISC_POSIX
AC_HEADER_STDC
-AC_LIBTOOL_WIN32_DLL
-AM_PROG_LIBTOOL
#### Integer sizes