From 97e821c8aa2ec4a74eb41bb388074d83509b8a46 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Tue, 6 Feb 2001 21:47:50 +0000 Subject: [PATCH] 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 --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index f9b9e639114..536cee25336 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<