* libtool.m4 [openbsd]: OpenBSD can build modules without a `lib'
prefix and version number.
+2001-08-05 Gary V. Vaughan <gary@gnu.org>
+
+ From Brad <brad@comstyle.com>:
+ * libtool.m4 [openbsd]: OpenBSD can build modules without a `lib'
+ prefix and version number.
+
2001-08-04 Gary V. Vaughan <gary@gnu.org>
From Edouard G. Parmelan <egp@free.fr>
openbsd*)
version_type=sunos
+ need_lib_prefix=no
+ need_version=no
file_magic_cmd=/usr/bin/file
file_magic_test_file=`echo /usr/lib/libc.so.*`
if test "`echo __ELF__ | $CC -E - | grep __ELF__`" = "" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
[deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object']
+ shlibpath_overrides_runpath=no
else
deplibs_check_method='file_magic OpenBSD.* shared library'
+ shlibpath_overrides_runpath=yes
fi
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'