Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 3641 invoked by uid 500); 27 Dec 2000 23:24:56 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 3630 invoked by uid 500); 27 Dec 2000 23:24:54 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 27 Dec 2000 23:24:54 -0000 Message-ID: <20001227232454.3626.qmail@locus.apache.org> From: rbb@locus.apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 configure.in rbb 00/12/27 15:24:54 Modified: . configure.in Log: We cannot set the SUEXEC_BIN directory from autoconf, because all of the instructions say that in order to modify this variable, you have to modify httpd.h Revision Changes Path 1.110 +0 -1 httpd-2.0/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/httpd-2.0/configure.in,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- configure.in 2000/12/27 02:01:46 1.109 +++ configure.in 2000/12/27 23:24:53 1.110 @@ -265,7 +265,6 @@ AC_OUTPUT_COMMANDS([ echo '/* Generated by configure */' > ${path_h}.new echo "#define HTTPD_ROOT \"$prefix\"" >> ${path_h}.new -echo "#define SUEXEC_BIN \"$bindir/suexec\"" >> ${path_h}.new echo "#define SERVER_CONFIG_FILE \"conf/$progname.conf\"" >> ${path_h}.new echo "#define APACHE_MPM_DIR \"$mpmdir\"" >> ${path_h}.new