mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Update libtool initialization in configure script
* configure.ac (AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_DLOPEN): removed (AC_PROG_LIBTOOL): removed (LT_INIT): added
This commit is contained in:
parent
bc3b1a4e2d
commit
da254d6778
1 changed files with 1 additions and 4 deletions
|
@ -60,8 +60,6 @@ AC_LANG([C])
|
||||||
dnl Some more checks for Win32
|
dnl Some more checks for Win32
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
||||||
AC_LIBTOOL_WIN32_DLL
|
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
||||||
|
@ -151,8 +149,7 @@ AC_DEFINE([GNULIB_LOCK], [1],
|
||||||
# for per-target cflags in the libguile subdir
|
# for per-target cflags in the libguile subdir
|
||||||
AM_PROG_CC_C_O
|
AM_PROG_CC_C_O
|
||||||
|
|
||||||
AC_LIBTOOL_DLOPEN
|
LT_INIT([dlopen win32-dll])
|
||||||
AC_PROG_LIBTOOL
|
|
||||||
|
|
||||||
AM_CONDITIONAL([HAVE_SHARED_LIBRARIES], [test "x$enable_shared" = "xyes"])
|
AM_CONDITIONAL([HAVE_SHARED_LIBRARIES], [test "x$enable_shared" = "xyes"])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue