After fighting with shlibtool I discovered that the problem was that
libtool was called instead shlibtools.
Of course it is easy to fix and it fixes mod_dav and mod_dav_fs [...]
Submitted by: jfrederic.clere@fujitsu-siemens.com
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87996
13f79535-47bb-0310-9956-
ffa450edef68
else
apache_need_shared=yes
libname="mod_$1.la"
- shobjects=`echo $objects | sed 's/\.lo/.slo/'`
+ shobjects=`echo $objects | sed 's/\.lo/.slo/g'`
modpath_shared="$modpath_shared $libname"
cat >>$modpath_current/modules.mk<<EOF
$libname: $shobjects