Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 85361 invoked by uid 500); 4 Jul 2002 15:08:43 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 85339 invoked by uid 500); 4 Jul 2002 15:08:42 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 4 Jul 2002 15:08:41 -0000 Message-ID: <20020704150841.65139.qmail@icarus.apache.org> From: striker@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 configure.in X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N striker 2002/07/04 08:08:40 Modified: . configure.in Log: Make the mime types configuration file path relative to {sysconfdir}, just like the other config files. Revision Changes Path 1.226 +2 -0 httpd-2.0/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/httpd-2.0/configure.in,v retrieving revision 1.225 retrieving revision 1.226 diff -u -r1.225 -r1.226 --- configure.in 15 Jun 2002 21:48:53 -0000 1.225 +++ configure.in 4 Jul 2002 15:08:40 -0000 1.226 @@ -477,6 +477,8 @@ [Root directory of the Apache install area]) AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf", [Location of the config file, relative to the Apache root directory]) +AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types", + [Location of the MIME types config file, relative to the Apache root directory]) AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR", [Location of the source for the current MPM])