From ce05a504b7cfc725f17aa71b1b5303a816ddd465 Mon Sep 17 00:00:00 2001 From: "H.Habighorst" Date: Wed, 23 Sep 2009 11:02:39 -0400 Subject: Bug 595326 - Bump libtool to 2.2 and remove dolt --- configure.ac | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'configure.ac') 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 -- cgit