From: Erik Abele Date: Wed, 26 Jan 2005 18:39:29 +0000 (+0000) Subject: Change the 'lib' prefix to 'libmod_' to be really consistent with X-Git-Tag: 2.1.3~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20be16c0c671a036f16bc2555d6b551f2f36be65;p=apache Change the 'lib' prefix to 'libmod_' to be really consistent with r103164 of acinclude.m4. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126524 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/config5.m4 b/modules/config5.m4 index e69d477729..b8a5868bfe 100644 --- a/modules/config5.m4 +++ b/modules/config5.m4 @@ -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<