+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
# 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;
;;
*)
# 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'
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.