summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2014-01-22 19:35:07 +0900
committerAkira TAGOH <akira@tagoh.org>2014-01-22 19:35:07 +0900
commite2b406053c2937799da8636c56b72a77998bcab0 (patch)
tree46bcdcc23655a0f60e011d7e4177994404d22da1
parent5918d5bea5416cf27061db4263aefeb8fd310f0e (diff)
downloadfontconfig-e2b406053c2937799da8636c56b72a77998bcab0.tar.gz
Update the use of autotools' macro
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 728a550..89fe117 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,6 +37,10 @@ AC_INIT([fontconfig], [2.11.0], [https://bugs.freedesktop.org/enter_bug.cgi?prod
AM_INIT_AUTOMAKE([1.11 parallel-tests dist-bzip2])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+dnl Initialize libtool
+LT_PREREQ([2.2])
+LT_INIT([disable-static win32-dll])
+
dnl libtool versioning
dnl bump revision when fixing bugs
@@ -67,8 +71,6 @@ AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE
AC_PROG_INSTALL
AC_PROG_LN_S
-AC_LIBTOOL_WIN32_DLL
-AM_PROG_LIBTOOL
AC_PROG_MAKE_SET
PKG_PROG_PKG_CONFIG
m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR], AC_SUBST([pkgconfigdir], ${libdir}/pkgconfig))