guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/09: Update libtool initialization in configure script


From: Mike Gran
Subject: [Guile-commits] 01/09: Update libtool initialization in configure script
Date: Fri, 16 Sep 2022 00:44:01 -0400 (EDT)

mike121 pushed a commit to branch wip-modernize-autotools
in repository guile.

commit 0e58e105baa7daa4b87fa5ed61a9c1b013eca7d5
Author: Mike Gran <spk121@yahoo.com>
AuthorDate: Thu Sep 15 03:12:36 2022 -0700

    Update libtool initialization in configure script
    
    * configure.ac (AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_DLOPEN): removed
      (AC_PROG_LIBTOOL): removed
      (LT_INIT): added
---
 configure.ac | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index b36cf0c15..007a95d44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,8 +60,6 @@ AC_LANG([C])
 dnl Some more checks for Win32
 AC_CANONICAL_HOST
 
-AC_LIBTOOL_WIN32_DLL
-
 AC_PROG_INSTALL
 AC_PROG_CC
 
@@ -151,8 +149,7 @@ AC_DEFINE([GNULIB_LOCK], [1],
 # for per-target cflags in the libguile subdir
 AM_PROG_CC_C_O
 
-AC_LIBTOOL_DLOPEN
-AC_PROG_LIBTOOL
+LT_INIT([dlopen win32-dll])
 
 AM_CONDITIONAL([HAVE_SHARED_LIBRARIES], [test "x$enable_shared" = "xyes"])
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]