You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2005/01/26 20:19:19 UTC

svn commit: r126524 - /httpd/httpd/trunk/modules/config5.m4

Author: erikabele
Date: Wed Jan 26 10:39:29 2005
New Revision: 126524

URL: http://svn.apache.org/viewcvs?view=rev&rev=126524
Log:
Change the 'lib' prefix to 'libmod_' to be really consistent with
r103164 of acinclude.m4.


Modified:
   httpd/httpd/trunk/modules/config5.m4

Modified: httpd/httpd/trunk/modules/config5.m4
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/config5.m4?view=diff&rev=126524&p1=httpd/httpd/trunk/modules/config5.m4&r1=126523&p2=httpd/httpd/trunk/modules/config5.m4&r2=126524
==============================================================================
--- httpd/httpd/trunk/modules/config5.m4	(original)
+++ httpd/httpd/trunk/modules/config5.m4	Wed Jan 26 10:39:29 2005
@@ -21,7 +21,7 @@
       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