]> granicus.if.org Git - apache/commitdiff
Jean Frederic says (and I verified his claim):
authorMartin Kraemer <martin@apache.org>
Tue, 6 Feb 2001 21:47:50 +0000 (21:47 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 6 Feb 2001 21:47:50 +0000 (21:47 +0000)
  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

index f9b9e6391149be499eeab0f826af0386b32d9d9b..536cee2533683753253be87fcf5b247a195a1f91 100644 (file)
@@ -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<<EOF
 $libname: $shobjects