Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 53608 invoked by uid 500); 6 Jun 2002 10:54:21 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 53597 invoked from network); 6 Jun 2002 10:54:21 -0000 Date: 6 Jun 2002 10:54:20 -0000 Message-ID: <20020606105420.19696.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 8167] - --with-module does not build MODULE_DIRS correctly X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8167 --with-module does not build MODULE_DIRS correctly ------- Additional Comments From chrisd@pearsoncmg.com 2002-06-06 10:54 ------- The following two patches seem to enable buildconf to build a configure script that contains my original suggestions. First, to modules/config5.m4: 2d1 < extra_module_dir="" 41d39 < extra_module_dir="$modtype" Second, to configure.in: 304,325d303 < if test ! -z "$extra_module_dir"; then < extra_module_flag="0" < for i in $MODULE_DIRS; do < if test "x$i" = "x$extra_module_dir"; then < extra_module_flag="1" < break < fi < done < if test $extra_module_flag = "0"; then < echo " adding \"$extra_module_dir\" to MODULE_DIRS" < MODULE_DIRS="$MODULE_DIRS $extra_module_dir" < extra_module_cleandirs="" < for i in $MODULE_CLEANDIRS; do < if test "x$i" != "x$extra_module_dir"; then < extra_module_cleandirs="$extra_module_cleandirs $i" < fi < done < echo " removing \"$extra_module_dir\" from MODULE_CLEANDIRS" < MODULE_CLEANDIRS="$extra_module_cleandirs" < fi < fi < Sorry it look so long for me to get around to working with buildconf. Hope this helps. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org