guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch branch_release-1-8 updated: [build slog] Rework l


From: Thien-Thi Nguyen
Subject: [Guile-commits] branch branch_release-1-8 updated: [build slog] Rework libtool initialization
Date: Mon, 08 Mar 2021 04:38:19 -0500

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch branch_release-1-8
in repository guile.

The following commit(s) were added to refs/heads/branch_release-1-8 by this 
push:
     new 5b4fab1  [build slog] Rework libtool initialization
5b4fab1 is described below

commit 5b4fab1c6ec391dcf5b0ee5c8b679b64515e4c44
Author: Thien-Thi Nguyen <ttn@gnu.org>
AuthorDate: Mon Mar 8 04:37:55 2021 -0500

    [build slog] Rework libtool initialization
    
    * guile-readline/configure.ac (AC_CANONICAL_HOST): New.
    (AC_LIBTOOL_WIN32_DLL, AC_PROG_LIBTOOL): Delete.
    (LT_INIT): New.
---
 guile-readline/configure.ac | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/guile-readline/configure.ac b/guile-readline/configure.ac
index 65a99fe..c8c8f7d 100644
--- a/guile-readline/configure.ac
+++ b/guile-readline/configure.ac
@@ -16,8 +16,9 @@ AM_INIT_AUTOMAKE([foreign no-define])
 
 AC_PROG_INSTALL
 AC_PROG_CC
-AC_LIBTOOL_WIN32_DLL
-AC_PROG_LIBTOOL
+AC_CANONICAL_HOST
+
+LT_INIT([win32-dll])
 
 dnl
 dnl Check for Winsock and other functionality on Win32 (*not* CygWin)



reply via email to

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