From: Martin Kraemer Date: Tue, 6 Feb 2001 21:47:50 +0000 (+0000) Subject: Jean Frederic says (and I verified his claim): X-Git-Tag: APACHE_2_0_2001_02_09~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81ac4f01271f0216875dcd8bfba0c9468056d79d;p=apache Jean Frederic says (and I verified his claim): 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 --- diff --git a/acinclude.m4 b/acinclude.m4 index f9b9e63911..536cee2533 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -249,7 +249,7 @@ EOF 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<