+2004-09-12 Brad <brad@comstyle.com>
+
+ * libtool.m4: Fixes for the OpenBSD support
+
2004-08-12 Maciej W. Rozycki <macro@linux-mips.org>
* demo/Makefile.am: Stop automake warning by defining
_LT_AC_TAGVAR(ld_shlibs, $1)=no
;;
openbsd*)
+ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then