From: Ryan Bloom Date: Tue, 19 Dec 2000 23:37:47 +0000 (+0000) Subject: Stop calling shared modules libapachemod_*. mod_* is much easier to deal X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~392 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ac0dba8fbd68aea08d6e12b82641bee78ce8cf3;p=apache Stop calling shared modules libapachemod_*. mod_* is much easier to deal with. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87435 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index 2391b5de50..abbc583251 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -250,12 +250,12 @@ AC_DEFUN(APACHE_MODPATH_ADD,[ if test -z "$module_standalone"; then if test -z "$2"; then - libname="libapachemod_$1.la" + libname="mod_$1.la" BUILTIN_LIBS="$BUILTIN_LIBS $modpath_current/$libname" modpath_static="$modpath_static $libname" cat >>$modpath_current/modules.mk<