* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN) [gnu*]: Remove spurious

"break" and bogus comment
(_LT_AC_LANG_CXX_CONFIG): Add support for the Hurd.
* ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): Add support for the Hurd.
This commit is contained in:
Mark Kettenis 2001-07-23 00:30:00 +00:00 committed by Gary V. Vaughan
parent 1840292d8b
commit 717697b020
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2001-07-23 Mark Kettenis <kettenis@gnu.org>
* libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN) [gnu*]: Remove spurious
"break" and bogus comment
(_LT_AC_LANG_CXX_CONFIG): Add support for the Hurd.
* ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): Add support for the Hurd.
2001-07-16 Robert Boehne <rboehne@ricardo-us.com>, Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>
* ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): add cases and comments for

5
libtool.m4 vendored
View File

@ -559,8 +559,7 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
# Under GNU Hurd, this test is not required because there is
# no limit to the length of command line arguments.
# Libtool will interpret -1 as no limit whatsoever
lt_cv_sys_max_cmd_len=-1; # 12K is about right
break
lt_cv_sys_max_cmd_len=-1;
;;
*)
@ -2469,6 +2468,8 @@ case $host_os in
# conventions
_LT_AC_TAGVAR(ld_shlibs, $1)=yes
;;
gnu*)
;;
hpux*)
if test $with_gnu_ld = no; then
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'

View File

@ -84,6 +84,9 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
aix[45]*)
libltdl_cv_sys_dlopen_deplibs=yes
;;
gnu*)
libltdl_cv_sys_dlopen_deplibs=yes
;;
irix[12345]*|irix6.[01]*)
# Catch all versions of IRIX before 6.2, and indicate that we don't
# know how it worked for any of those versions.