mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
[build slog] Rework libtool initialization
* guile-readline/configure.ac (AC_CANONICAL_HOST): New. (AC_LIBTOOL_WIN32_DLL, AC_PROG_LIBTOOL): Delete. (LT_INIT): New.
This commit is contained in:
parent
7ac327c975
commit
5b4fab1c6e
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue