r103164 of acinclude.m4.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@126524
13f79535-47bb-0310-9956-
ffa450edef68
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