aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorH.Habighorst <tearofadragon@googlemail.com>2009-09-23 23:02:39 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-23 23:02:39 +0800
commitce05a504b7cfc725f17aa71b1b5303a816ddd465 (patch)
tree4474b0719f655876db25824202cb2c1297e241d4 /configure.ac
parent4ea1e5b0c0f025bf8cb12ff4d496f6b58f09f93c (diff)
downloadgsoc2013-evolution-ce05a504b7cfc725f17aa71b1b5303a816ddd465.tar
gsoc2013-evolution-ce05a504b7cfc725f17aa71b1b5303a816ddd465.tar.gz
gsoc2013-evolution-ce05a504b7cfc725f17aa71b1b5303a816ddd465.tar.bz2
gsoc2013-evolution-ce05a504b7cfc725f17aa71b1b5303a816ddd465.tar.lz
gsoc2013-evolution-ce05a504b7cfc725f17aa71b1b5303a816ddd465.tar.xz
gsoc2013-evolution-ce05a504b7cfc725f17aa71b1b5303a816ddd465.tar.zst
gsoc2013-evolution-ce05a504b7cfc725f17aa71b1b5303a816ddd465.zip
Bug 595326 - Bump libtool to 2.2 and remove dolt
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 3 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 12ef0d34f1..58dce7b816 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,15 +173,10 @@ localedir='$(prefix)/$(DATADIRNAME)/locale'
AC_SUBST(localedir)
dnl ******************************
-dnl Initialize libtool \ DOLT
-dnl if switch to libtool >= 2.2, replace existing with following:
-dnl LT_PREREQ(2.2)
-dnl LT_INIT(disable-static win32-dll)
+dnl Initialize libtool
dnl ******************************
-AM_DISABLE_STATIC
-AC_LIBTOOL_WIN32_DLL
-AM_PROG_LIBTOOL
-DOLT
+LT_PREREQ(2.2)
+LT_INIT(disable-static win32-dll)
PKG_PROG_PKG_CONFIG