mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* ltdl.m4 (AC_LIB_LTDL, AC_LTDL_SYMBOL_USCORE): Break a circular
dependency between AC_LTDL_SYMBOL_USCORE and AC_LTDL_DLSYM_USCORE.
This commit is contained in:
parent
99d3e1b7bd
commit
ede7b592b5
@ -1,3 +1,8 @@
|
||||
2000-11-20 Morten Eriksen <mortene@sim.no>
|
||||
|
||||
* ltdl.m4 (AC_LIB_LTDL, AC_LTDL_SYMBOL_USCORE): Break a circular
|
||||
dependency between AC_LTDL_SYMBOL_USCORE and AC_LTDL_DLSYM_USCORE.
|
||||
|
||||
2000-11-20 Paul Berrevoets <paul@swi.com>
|
||||
|
||||
* ltmain.in: Some versions of expr respond with "0" if a
|
||||
|
2
ltdl.m4
2
ltdl.m4
@ -48,6 +48,7 @@ AC_REQUIRE([AC_LTDL_OBJDIR])dnl
|
||||
AC_REQUIRE([AC_LTDL_DLPREOPEN])dnl
|
||||
AC_REQUIRE([AC_LTDL_DLLIB])dnl
|
||||
AC_REQUIRE([AC_LTDL_SYMBOL_USCORE])dnl
|
||||
AC_REQUIRE([AC_LTDL_DLSYM_USCORE])dnl
|
||||
])# AC_LIB_LTDL
|
||||
|
||||
# AC_LTDL_ENABLE_INSTALL
|
||||
@ -223,7 +224,6 @@ fi
|
||||
rm -rf conftest*
|
||||
])
|
||||
AC_MSG_RESULT($ac_cv_sys_symbol_underscore)
|
||||
AC_LTDL_DLSYM_USCORE
|
||||
])# AC_LTDL_SYMBOL_USCORE
|
||||
|
||||
# AC_LTDL_DLSYM_USCORE
|
||||
|
Loading…
Reference in New Issue
Block a user