[gimp/metadata-browser] configure.ac: Use new libtool syntax
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] configure.ac: Use new libtool syntax
- Date: Fri, 2 Dec 2011 02:23:17 +0000 (UTC)
commit 9b46339f7d30fabedadbb3917f06357cff6f4c7b
Author: Javier JardÃn <jjardon gnome org>
Date: Mon Oct 17 01:55:06 2011 +0100
configure.ac: Use new libtool syntax
configure.ac | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 77d38cc..1c633ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -156,9 +156,8 @@ AC_PROG_CC
AM_PROG_CC_C_O
# Initialize libtool
-AM_DISABLE_STATIC
-AC_LIBTOOL_WIN32_DLL
-AM_PROG_LIBTOOL
+LT_PREREQ([2.2])
+LT_INIT([disable-static win32-dll])
AM_PROG_AS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]