]> granicus.if.org Git - apache/commitdiff
Change the 'lib' prefix to 'libmod_' to be really consistent with
authorErik Abele <erikabele@apache.org>
Wed, 26 Jan 2005 18:39:29 +0000 (18:39 +0000)
committerErik Abele <erikabele@apache.org>
Wed, 26 Jan 2005 18:39:29 +0000 (18:39 +0000)
r103164 of acinclude.m4.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126524 13f79535-47bb-0310-9956-ffa450edef68

modules/config5.m4

index e69d477729bf28fb905a89a4b74ed7f9a58b8e65..b8a5868bfefba3443f5d49337cf38b3942022f8d 100644 (file)
@@ -21,7 +21,7 @@ AC_ARG_WITH(module,
       module=`echo $pkg | sed -e 's;\(.*/\)*mod_\(.*\).c;\2;'`
       objects="mod_$module.lo"
       # The filename of a convenience library must have a "lib" prefix:
-      libname="lib$module.la"
+      libname="libmod_$module.la"
       BUILTIN_LIBS="$BUILTIN_LIBS $modpath_current/$libname"
       if test ! -s "$modpath_current/modules.mk"; then
         cat >>$modpath_current/modules.mk<<EOF