[epiphany] configure: Use the new libtool syntax



commit aae3c1a662d4556e0284a85cfe8d3f47a09491ba
Author: Javier Jardón <jjardon gnome org>
Date:   Sat Mar 5 17:53:45 2011 +0000

    configure: Use the new libtool syntax
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609498

 configure.ac |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 24270a7..87191da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,12 +58,9 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AM_MAINTAINER_MODE([enable])
 
-AC_ENABLE_SHARED([yes])
-AC_ENABLE_STATIC([no])
-
-AC_LIBTOOL_DLOPEN
+# Initialize libtool
 LT_PREREQ(2.2)
-LT_INIT
+LT_INIT([dlopen disable-static])
 
 AC_ISC_POSIX
 AC_PROG_CC



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]